|
EclipseLink 2.2.0, build 'v20110202-r8913' API Reference | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value=TYPE) @Retention(value=RUNTIME) public @interface PersistenceContexts
Declares one or more PersistenceContext
annotations.
It is used to express a dependency on container-managed
entity manager persistence contexts.
PersistenceContext
Required Element Summary | |
---|---|
PersistenceContext[] |
value
(Required) One or more PersistenceContext annotations. |
Element Detail |
---|
public abstract PersistenceContext[] value
PersistenceContext
annotations.
|
EclipseLink 2.2.0, build 'v20110202-r8913' API Reference | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |