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