Uses of Interface
org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.MappedKeyMapAccessor
-
Packages that use MappedKeyMapAccessor Package Description org.eclipse.persistence.internal.jpa.metadata.accessors.mappings -
-
Uses of MappedKeyMapAccessor in org.eclipse.persistence.internal.jpa.metadata.accessors.mappings
Classes in org.eclipse.persistence.internal.jpa.metadata.accessors.mappings that implement MappedKeyMapAccessor Modifier and Type Class Description classCollectionAccessorINTERNAL: A relational collection mapping accessor.classElementCollectionAccessorAn element collection accessor.classManyToManyAccessorINTERNAL: A many to many relationship accessor.classOneToManyAccessorINTERNAL: A OneToMany relationship accessor.Methods in org.eclipse.persistence.internal.jpa.metadata.accessors.mappings with parameters of type MappedKeyMapAccessor Modifier and Type Method Description protected AbstractDirectMappingMappingAccessor. processDirectMapKeyClass(MappedKeyMapAccessor mappedKeyMapAccessor)INTERNAL:protected AggregateObjectMappingMappingAccessor. processEmbeddableMapKeyClass(MappedKeyMapAccessor mappedKeyMapAccessor)INTERNAL:protected OneToOneMappingMappingAccessor. processEntityMapKeyClass(MappedKeyMapAccessor mappedKeyMapAccessor)INTERNAL: Process the map key to be an entity class.protected voidMappingAccessor. processMapKeyClass(ContainerMapping mapping, MappedKeyMapAccessor mappedKeyMapAccessor)INTERNAL: Process a map key class for the given map key map accessor.
-