Uses of Interface
org.eclipse.persistence.jpa.config.OneToMany
Package
Description
-
Uses of OneToMany in org.eclipse.persistence.internal.jpa.config.classes
-
Uses of OneToMany in org.eclipse.persistence.internal.jpa.config.mappings
-
Uses of OneToMany in org.eclipse.persistence.jpa.config
Modifier and TypeMethodDescriptionEmbeddable.addOneToMany()
Entity.addOneToMany()
MappedSuperclass.addOneToMany()
OneToMany.setAttributeType
(String attributeType) OneToMany.setCascadeOnDelete
(Boolean cascadeOnDelete) OneToMany.setDeleteAll
(Boolean deleteAll) OneToMany.setJoinFetch
(String joinFetch) OneToMany.setMapKeyClass
(String mapKeyClass) OneToMany.setMapKeyConvert
(String mapKeyConvert) OneToMany.setMappedBy
(String mappedBy) OneToMany.setNonCacheable
(Boolean nonCacheable) OneToMany.setOrderBy
(String orderBy) OneToMany.setOrphanRemoval
(Boolean orphanRemoval) OneToMany.setPrivateOwned
(Boolean privateOwned) OneToMany.setTargetEntity
(String targetEntity)