Uses of Interface
org.hibernate.metamodel.mapping.BasicEntityIdentifierMapping
-
Packages that use BasicEntityIdentifierMapping Package Description org.hibernate.id.insert org.hibernate.metamodel.mapping.internal org.hibernate.query.derived org.hibernate.query.sqm.sql Package for the translation of SQM into SQL AST -
-
Uses of BasicEntityIdentifierMapping in org.hibernate.id.insert
-
Uses of BasicEntityIdentifierMapping in org.hibernate.metamodel.mapping.internal
Classes in org.hibernate.metamodel.mapping.internal that implement BasicEntityIdentifierMapping Modifier and Type Class Description class
BasicEntityIdentifierMappingImpl
Mapping of a simple identifier -
Uses of BasicEntityIdentifierMapping in org.hibernate.query.derived
Classes in org.hibernate.query.derived that implement BasicEntityIdentifierMapping Modifier and Type Class Description class
AnonymousTupleBasicEntityIdentifierMapping
Constructors in org.hibernate.query.derived with parameters of type BasicEntityIdentifierMapping Constructor Description AnonymousTupleBasicEntityIdentifierMapping(String selectionExpression, SqmExpressible<?> expressible, JdbcMapping jdbcMapping, BasicEntityIdentifierMapping delegate)
-
Uses of BasicEntityIdentifierMapping in org.hibernate.query.sqm.sql
Constructors in org.hibernate.query.sqm.sql with parameters of type BasicEntityIdentifierMapping Constructor Description AdditionalInsertValues(Expression versionExpression, Expression discriminatorExpression, Generator identifierGenerator, BasicEntityIdentifierMapping identifierMapping)
-