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.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.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()
-