|
Java EE 5 SDK | ||||||||
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.
Required Element Summary | |
---|---|
PersistenceContext[] |
value
One or more persistence context |
Element Detail |
---|
public abstract PersistenceContext[] value
|
Java EE 5 SDK | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
Copyright 2006 Sun Microsystems, Inc. All rights reserved.