Uses of Interface
org.hibernate.metamodel.mapping.EntityRowIdMapping
-
Packages that use EntityRowIdMapping 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.persister.entity This package abstracts persistence mechanisms for entities.org.hibernate.query.derived -
-
Uses of EntityRowIdMapping in org.hibernate.metamodel.mapping
Methods in org.hibernate.metamodel.mapping that return EntityRowIdMapping Modifier and Type Method Description EntityRowIdMappingEntityMappingType. getRowIdMapping()The mapping for the row-id of the entity, if one is defined. -
Uses of EntityRowIdMapping in org.hibernate.metamodel.mapping.internal
Classes in org.hibernate.metamodel.mapping.internal that implement EntityRowIdMapping Modifier and Type Class Description classEntityRowIdMappingImpl -
Uses of EntityRowIdMapping in org.hibernate.persister.entity
Methods in org.hibernate.persister.entity that return EntityRowIdMapping Modifier and Type Method Description EntityRowIdMappingAbstractEntityPersister. getRowIdMapping() -
Uses of EntityRowIdMapping in org.hibernate.query.derived
Methods in org.hibernate.query.derived that return EntityRowIdMapping Modifier and Type Method Description EntityRowIdMappingAnonymousTupleEntityValuedModelPart. getRowIdMapping()
-