|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value=TYPE) @Retention(value=RUNTIME) public @interface ManagedInterface
The annotated interface should be treated as a managed interface by OpenJPA.
New instances of this type can be created by invoking
OpenJPAEntityManager.createInstance(Class)
.
Interfaces with this annotation should also be annotated with one of the JPA
entity annotations (@Entity
,
@MappedSuperclass
,
or @Embeddable
).
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |