Uses of Class
org.eclipse.persistence.mappings.UnidirectionalOneToManyMapping
-
Packages that use UnidirectionalOneToManyMapping Package Description org.eclipse.persistence.mappings -
-
Uses of UnidirectionalOneToManyMapping in org.eclipse.persistence.mappings
Fields in org.eclipse.persistence.mappings with type parameters of type UnidirectionalOneToManyMapping Modifier and Type Field Description protected List<UnidirectionalOneToManyMapping>AggregateObjectMapping. overrideUnidirectionalOneToManyMappingsList of unidirectional one to many mapping overrides to apply at initialize time to their cloned aggregate mappings.Methods in org.eclipse.persistence.mappings with parameters of type UnidirectionalOneToManyMapping Modifier and Type Method Description voidAggregateCollectionMapping. addOverrideUnidirectionalOneToManyMapping(UnidirectionalOneToManyMapping mapping)INTERNAL: In JPA users may specify overrides to apply to a unidirectional one to many mapping on a shared embeddable descriptor.voidAggregateObjectMapping. addOverrideUnidirectionalOneToManyMapping(UnidirectionalOneToManyMapping mapping)INTERNAL: In JPA users may specify overrides to apply to a unidirectional one to many mapping on a shared embeddable descriptor.voidEmbeddableMapping. addOverrideUnidirectionalOneToManyMapping(UnidirectionalOneToManyMapping mapping)
-