Uses of Interface
org.eclipse.persistence.jpa.config.ManyToMany
-
Packages that use ManyToMany Package Description org.eclipse.persistence.internal.jpa.config.classes org.eclipse.persistence.internal.jpa.config.mappings org.eclipse.persistence.jpa.config -
-
Uses of ManyToMany in org.eclipse.persistence.internal.jpa.config.classes
Methods in org.eclipse.persistence.internal.jpa.config.classes that return ManyToMany Modifier and Type Method Description ManyToManyAbstractClassImpl. addManyToMany() -
Uses of ManyToMany in org.eclipse.persistence.internal.jpa.config.mappings
Classes in org.eclipse.persistence.internal.jpa.config.mappings that implement ManyToMany Modifier and Type Class Description classManyToManyImplJPA scripting API implementation. -
Uses of ManyToMany in org.eclipse.persistence.jpa.config
Methods in org.eclipse.persistence.jpa.config that return ManyToMany Modifier and Type Method Description ManyToManyEmbeddable. addManyToMany()ManyToManyEntity. addManyToMany()ManyToManyMappedSuperclass. addManyToMany()ManyToManyManyToMany. setAccess(String access)ManyToManyManyToMany. setAttributeType(String attributeType)ManyToManyManyToMany. setCascadeOnDelete(Boolean cascadeOnDelete)ManyToManyManyToMany. setFetch(String fetch)ManyToManyManyToMany. setJoinFetch(String joinFetch)ManyToManyManyToMany. setMapKeyClass(String mapKeyClass)ManyToManyManyToMany. setMapKeyConvert(String mapKeyConvert)ManyToManyManyToMany. setMappedBy(String mappedBy)ManyToManyManyToMany. setName(String name)ManyToManyManyToMany. setNonCacheable(Boolean nonCacheable)ManyToManyManyToMany. setOrderBy(String orderBy)ManyToManyManyToMany. setTargetEntity(String targetEntity)
-