Uses of Interface
org.hibernate.metamodel.mapping.NonAggregatedIdentifierMapping.IdentifierValueMapper
-
Packages that use NonAggregatedIdentifierMapping.IdentifierValueMapper Package Description org.hibernate.metamodel.mapping Defines the runtime mapping metamodel, which describes the mapping of the application's domain model parts (entities, attributes) to relational database objects (tables, columns).org.hibernate.metamodel.mapping.internal org.hibernate.query.derived -
-
Uses of NonAggregatedIdentifierMapping.IdentifierValueMapper in org.hibernate.metamodel.mapping
Methods in org.hibernate.metamodel.mapping that return NonAggregatedIdentifierMapping.IdentifierValueMapper Modifier and Type Method Description NonAggregatedIdentifierMapping.IdentifierValueMapperNonAggregatedIdentifierMapping. 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.IdentifierValueMapper Modifier and Type Class Description classIdClassEmbeddableEmbeddableMappingType implementation describing anIdClassclassVirtualIdEmbeddableEmbeddable describing the virtual-id aspect of a non-aggregated composite idMethods in org.hibernate.metamodel.mapping.internal that return NonAggregatedIdentifierMapping.IdentifierValueMapper Modifier and Type Method Description NonAggregatedIdentifierMapping.IdentifierValueMapperInverseNonAggregatedIdentifierMapping. getIdentifierValueMapper()NonAggregatedIdentifierMapping.IdentifierValueMapperNonAggregatedIdentifierMappingImpl. getIdentifierValueMapper() -
Uses of NonAggregatedIdentifierMapping.IdentifierValueMapper in org.hibernate.query.derived
Methods in org.hibernate.query.derived that return NonAggregatedIdentifierMapping.IdentifierValueMapper Modifier and Type Method Description NonAggregatedIdentifierMapping.IdentifierValueMapperAnonymousTupleNonAggregatedEntityIdentifierMapping. getIdentifierValueMapper()
-