Package org.apache.openjpa.persistence
Annotation Type PersistentCollection
-
@Target({METHOD,FIELD}) @Retention(RUNTIME) public @interface PersistentCollection
Metadata 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[]
elementCascade
boolean
elementEmbedded
java.lang.Class
elementType
jakarta.persistence.FetchType
fetch
java.lang.String
mappedBy
-