Uses of Interface
org.hibernate.metamodel.mapping.BasicEntityIdentifierMapping
Packages that use BasicEntityIdentifierMapping
Package
Description
Package for the translation of SQM into SQL AST
-
Uses of BasicEntityIdentifierMapping in org.hibernate.loader.ast.internal
Methods in org.hibernate.loader.ast.internal that return BasicEntityIdentifierMapping -
Uses of BasicEntityIdentifierMapping in org.hibernate.metamodel.mapping.internal
Classes in org.hibernate.metamodel.mapping.internal that implement BasicEntityIdentifierMappingModifier and TypeClassDescriptionclass
Mapping of a simple identifier -
Uses of BasicEntityIdentifierMapping in org.hibernate.query.derived
Classes in org.hibernate.query.derived that implement BasicEntityIdentifierMappingConstructors in org.hibernate.query.derived with parameters of type BasicEntityIdentifierMappingModifierConstructorDescriptionAnonymousTupleBasicEntityIdentifierMapping
(MappingType declaringType, String selectionExpression, SqmExpressible<?> expressible, JdbcMapping jdbcMapping, BasicEntityIdentifierMapping delegate) AnonymousTupleBasicEntityIdentifierMapping
(MappingType declaringType, SelectableMapping selectableMapping, SqmExpressible<?> expressible, BasicEntityIdentifierMapping delegate) -
Uses of BasicEntityIdentifierMapping in org.hibernate.query.sqm.sql
Constructors in org.hibernate.query.sqm.sql with parameters of type BasicEntityIdentifierMappingModifierConstructorDescriptionAdditionalInsertValues
(Expression versionExpression, Expression discriminatorExpression, Generator identifierGenerator, BasicEntityIdentifierMapping identifierMapping)