Uses of Interface
org.hibernate.metamodel.mapping.NonAggregatedIdentifierMapping.IdentifierValueMapper
Packages that use NonAggregatedIdentifierMapping.IdentifierValueMapper
Package
Description
Defines the runtime mapping metamodel, which describes the mapping
of the application's domain model parts (entities, attributes) to
relational database objects (tables, columns).
-
Uses of NonAggregatedIdentifierMapping.IdentifierValueMapper in org.hibernate.metamodel.mapping
Methods in org.hibernate.metamodel.mapping that return NonAggregatedIdentifierMapping.IdentifierValueMapperModifier and TypeMethodDescriptionNonAggregatedIdentifierMapping.getIdentifierValueMapper()
The id-class, if there is one, otherwise the virtual-id. -
Uses of NonAggregatedIdentifierMapping.IdentifierValueMapper in org.hibernate.metamodel.mapping.internal
Classes in org.hibernate.metamodel.mapping.internal that implement NonAggregatedIdentifierMapping.IdentifierValueMapperModifier and TypeClassDescriptionclass
EmbeddableMappingType implementation describing anIdClass
class
Embeddable describing the virtual-id aspect of a non-aggregated composite idMethods in org.hibernate.metamodel.mapping.internal that return NonAggregatedIdentifierMapping.IdentifierValueMapperModifier and TypeMethodDescriptionInverseNonAggregatedIdentifierMapping.getIdentifierValueMapper()
NonAggregatedIdentifierMappingImpl.getIdentifierValueMapper()
-
Uses of NonAggregatedIdentifierMapping.IdentifierValueMapper in org.hibernate.query.derived
Methods in org.hibernate.query.derived that return NonAggregatedIdentifierMapping.IdentifierValueMapperModifier and TypeMethodDescriptionAnonymousTupleNonAggregatedEntityIdentifierMapping.getIdentifierValueMapper()