|
EclipseLink 2.1.2, build 'v20101206-r8635' 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.1.2, build 'v20101206-r8635' API Reference | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |