Uses of Interface
org.eclipse.persistence.jpa.config.OneToMany
Packages that use OneToMany
Package
Description
-
Uses of OneToMany in org.eclipse.persistence.internal.jpa.config.classes
Methods in org.eclipse.persistence.internal.jpa.config.classes that return OneToMany -
Uses of OneToMany in org.eclipse.persistence.internal.jpa.config.mappings
Classes in org.eclipse.persistence.internal.jpa.config.mappings that implement OneToMany -
Uses of OneToMany in org.eclipse.persistence.jpa.config
Methods in org.eclipse.persistence.jpa.config that return OneToManyModifier 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)