Uses of Interface
org.hibernate.metamodel.mapping.BasicEntityIdentifierMapping
-
Packages that use BasicEntityIdentifierMapping Package Description org.hibernate.id.insert Contains a framework of strategies for retrieving database-generated ids.org.hibernate.loader.ast.internal 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.loader.ast.internal
Methods in org.hibernate.loader.ast.internal that return BasicEntityIdentifierMapping Modifier and Type Method Description BasicEntityIdentifierMapping
MultiIdEntityLoaderArrayParam. getIdentifierMapping()
-
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(MappingType declaringType, 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)
-