Uses of Interface
org.hibernate.metamodel.mapping.EntityRowIdMapping
-
Packages that use EntityRowIdMapping Package Description org.hibernate.metamodel.mapping Hibernate's run-time mapping model.org.hibernate.metamodel.mapping.internal org.hibernate.persister.entity 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() -
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()
-