Uses of Class
org.eclipse.persistence.mappings.ManyToManyMapping
-
Packages that use ManyToManyMapping Package Description org.eclipse.persistence.mappings org.eclipse.persistence.sessions.factories -
-
Uses of ManyToManyMapping in org.eclipse.persistence.mappings
Fields in org.eclipse.persistence.mappings with type parameters of type ManyToManyMapping Modifier and Type Field Description protected List<ManyToManyMapping>AggregateObjectMapping. overrideManyToManyMappingsList of many to many mapping overrides to apply at initialize time to their cloned aggregate mappings.Methods in org.eclipse.persistence.mappings with parameters of type ManyToManyMapping Modifier and Type Method Description voidAggregateCollectionMapping. addOverrideManyToManyMapping(ManyToManyMapping mapping)INTERNAL: In JPA users may specify overrides to apply to a many to many mapping on a shared embeddable descriptor.voidAggregateObjectMapping. addOverrideManyToManyMapping(ManyToManyMapping mapping)INTERNAL: In JPA users may specify overrides to apply to a many to many mapping on a shared embeddable descriptor.voidEmbeddableMapping. addOverrideManyToManyMapping(ManyToManyMapping mapping) -
Uses of ManyToManyMapping in org.eclipse.persistence.sessions.factories
Methods in org.eclipse.persistence.sessions.factories with parameters of type ManyToManyMapping Modifier and Type Method Description protected voidProjectClassGenerator. addHistoryPolicyLines(NonreflectiveMethodDefinition method, ManyToManyMapping mapping, String mappingName)protected voidProjectClassGenerator. addManyToManyMappingLines(NonreflectiveMethodDefinition method, String mappingName, ManyToManyMapping mapping)
-