Package org.apache.openjpa.persistence
Annotation Type PersistentCollection
-
@Target({METHOD,FIELD}) @Retention(RUNTIME) public @interface PersistentCollectionMetadata annotation for a persistent collection field. This should be used to annotate array field types as well as fields of typeCollection.- Since:
- 0.4.0
- Author:
- Abe White
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description jakarta.persistence.CascadeType[]elementCascadebooleanelementEmbeddedjava.lang.ClasselementTypejakarta.persistence.FetchTypefetchjava.lang.StringmappedBy
-