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