@Qualifier @Documented @Target(value={TYPE,FIELD,METHOD,PARAMETER}) @Retention(value=RUNTIME) public @interface JpaPersistenceContext
Modifier and Type | Required Element and Description |
---|---|
java.lang.String |
value
The unitName of the JPA Persistence Context
|
Modifier and Type | Optional Element and Description |
---|---|
boolean |
extended
If true, return the extended persistence context, defaults to false.
|