Uses of Interface
org.eclipse.persistence.jpa.config.ManyToMany
-
Packages that use ManyToMany Package Description org.eclipse.persistence.jpa.config -
-
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)
-