Uses of Interface
org.hibernate.metamodel.mapping.EntityRowIdMapping
Packages that use EntityRowIdMapping
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).
This package abstracts persistence mechanisms for entities.
-
Uses of EntityRowIdMapping in org.hibernate.metamodel.mapping
Methods in org.hibernate.metamodel.mapping that return EntityRowIdMappingModifier and TypeMethodDescriptionEntityMappingType.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 -
Uses of EntityRowIdMapping in org.hibernate.persister.entity
Methods in org.hibernate.persister.entity that return EntityRowIdMapping -
Uses of EntityRowIdMapping in org.hibernate.query.derived
Methods in org.hibernate.query.derived that return EntityRowIdMapping