@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface PersistenceContexts
PersistenceContext
annotations.
It is used to express a dependency on container-managed
entity manager persistence contexts.PersistenceContext
Modifier and Type | Required Element and Description |
---|---|
PersistenceContext[] |
value
(Required) One or more
PersistenceContext annotations. |
public abstract PersistenceContext[] value
PersistenceContext
annotations.