Uses of Interface
org.hibernate.metamodel.mapping.BasicEntityIdentifierMapping
-
Packages that use BasicEntityIdentifierMapping Package Description 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.metamodel.mapping.internal
Classes in org.hibernate.metamodel.mapping.internal that implement BasicEntityIdentifierMapping Modifier and Type Class Description classBasicEntityIdentifierMappingImpl -
Uses of BasicEntityIdentifierMapping in org.hibernate.query.derived
Classes in org.hibernate.query.derived that implement BasicEntityIdentifierMapping Modifier and Type Class Description classAnonymousTupleBasicEntityIdentifierMappingConstructors 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, IdentifierGenerator identifierGenerator, BasicEntityIdentifierMapping identifierMapping)
-