Uses of Interface
org.hibernate.metamodel.mapping.EntityValuedModelPart
-
Packages that use EntityValuedModelPart Package Description org.hibernate.engine.spi org.hibernate.id This package contains the built-in id generators, all of which implementIdentifierGenerator
orPostInsertIdentifierGenerator
.org.hibernate.metamodel.mapping Defines the runtime mapping metamodel, which describes the mapping of the application's domain model parts (entities, attributes) to relational database objects (tables, columns).org.hibernate.metamodel.mapping.internal org.hibernate.persister.entity This package abstracts persistence mechanisms for entities.org.hibernate.query.derived org.hibernate.query.results.complete Support for immutable result/fetch builder graph nodes built from static sources such as JPA'sSqlResultSetMapping
or `hbm.xml` mapping<resultset/>
.org.hibernate.query.results.implicit Defines support for implicit ResultSet mappings.org.hibernate.query.sqm.sql.internal org.hibernate.sql.results.graph.entity org.hibernate.sql.results.graph.entity.internal -
-
Uses of EntityValuedModelPart in org.hibernate.engine.spi
Methods in org.hibernate.engine.spi that return EntityValuedModelPart Modifier and Type Method Description EntityValuedModelPart
SubselectFetch. getEntityModelPart()
Constructors in org.hibernate.engine.spi with parameters of type EntityValuedModelPart Constructor Description SubselectFetch(EntityValuedModelPart entityModelPart, QuerySpec loadingSqlAst, TableGroup ownerTableGroup, List<JdbcParameter> loadingJdbcParameters, JdbcParameterBindings loadingJdbcParameterBindings, Set<EntityKey> resultingEntityKeys)
-
Uses of EntityValuedModelPart in org.hibernate.id
Subinterfaces of EntityValuedModelPart in org.hibernate.id Modifier and Type Interface Description interface
PostInsertIdentityPersister
A persister that may have an identity assigned by execution of a SQLINSERT
. -
Uses of EntityValuedModelPart in org.hibernate.metamodel.mapping
Subinterfaces of EntityValuedModelPart in org.hibernate.metamodel.mapping Modifier and Type Interface Description interface
EntityMappingType
Mapping of an entity -
Uses of EntityValuedModelPart in org.hibernate.metamodel.mapping.internal
Subinterfaces of EntityValuedModelPart in org.hibernate.metamodel.mapping.internal Modifier and Type Interface Description interface
EntityCollectionPart
An entity-valued collection-part.interface
InFlightEntityMappingType
Classes in org.hibernate.metamodel.mapping.internal that implement EntityValuedModelPart Modifier and Type Class Description class
AbstractEntityCollectionPart
Base support for EntityCollectionPart implementationsclass
ManyToManyCollectionPart
Entity-valued collection-part mapped through a join table.class
OneToManyCollectionPart
order( id, ...class
ToOneAttributeMapping
-
Uses of EntityValuedModelPart in org.hibernate.persister.entity
Subinterfaces of EntityValuedModelPart in org.hibernate.persister.entity Modifier and Type Interface Description interface
EntityPersister
A strategy for persisting a mapped entity class.interface
Loadable
Deprecated, for removal: This API element is subject to removal in a future version.interface
Lockable
Contract for things that can be locked via aLockingStrategy
.interface
OuterJoinLoadable
AEntityPersister
that may be loaded by outer join using and may be an element of a one-to-many association.interface
Queryable
Deprecated.UseEntityMappingType
insteadinterface
SQLLoadable
AnEntityPersister
that supports queries expressed in the platform native SQL dialect.interface
UniqueKeyLoadable
AnEntityPersister
that can be loaded by a non-primary unique key.Classes in org.hibernate.persister.entity that implement EntityValuedModelPart Modifier and Type Class Description class
AbstractEntityPersister
Basic functionality for persisting an entity via JDBC through either generated or custom SQLclass
JoinedSubclassEntityPersister
AnEntityPersister
implementing the normalizedInheritanceType.JOINED
inheritance mapping strategy for an entity and its inheritance hierarchy.class
SingleTableEntityPersister
The default implementation of theEntityPersister
interface.class
UnionSubclassEntityPersister
AnEntityPersister
implementing theInheritanceType.TABLE_PER_CLASS
mapping strategy for an entity and its inheritance hierarchy. -
Uses of EntityValuedModelPart in org.hibernate.query.derived
Classes in org.hibernate.query.derived that implement EntityValuedModelPart Modifier and Type Class Description class
AnonymousTupleEntityValuedModelPart
Constructors in org.hibernate.query.derived with parameters of type EntityValuedModelPart Constructor Description AnonymousTupleEntityValuedModelPart(EntityIdentifierMapping identifierMapping, DomainType<?> domainType, String componentName, EntityValuedModelPart delegate, int fetchableIndex)
-
Uses of EntityValuedModelPart in org.hibernate.query.results.complete
Methods in org.hibernate.query.results.complete that return EntityValuedModelPart Modifier and Type Method Description EntityValuedModelPart
EntityResultImpl. getEntityValuedModelPart()
EntityValuedModelPart
EntityResultImpl. getReferencedMappingType()
EntityValuedModelPart
ModelPartReferenceEntity. getReferencedPart()
Constructors in org.hibernate.query.results.complete with parameters of type EntityValuedModelPart Constructor Description EntityResultImpl(NavigablePath navigablePath, EntityValuedModelPart entityValuedModelPart, String resultAlias, LockMode lockMode, Function<EntityResultImpl,BasicFetch<?>> discriminatorFetchBuilder, DomainResultCreationState creationState)
-
Uses of EntityValuedModelPart in org.hibernate.query.results.implicit
Constructors in org.hibernate.query.results.implicit with parameters of type EntityValuedModelPart Constructor Description ImplicitModelPartResultBuilderEntity(NavigablePath navigablePath, EntityValuedModelPart modelPart)
-
Uses of EntityValuedModelPart in org.hibernate.query.sqm.sql.internal
Methods in org.hibernate.query.sqm.sql.internal that return EntityValuedModelPart Modifier and Type Method Description EntityValuedModelPart
EntityValuedPathInterpretation. getExpressionType()
Methods in org.hibernate.query.sqm.sql.internal with parameters of type EntityValuedModelPart Modifier and Type Method Description static <T> EntityValuedPathInterpretation<T>
EntityValuedPathInterpretation. from(NavigablePath navigablePath, TableGroup tableGroup, ModelPart resultModelPart, boolean allowFkOptimization, EntityValuedModelPart mapping, EntityValuedModelPart treatedMapping, SqmToSqlAstConverter sqlAstCreationState)
Constructors in org.hibernate.query.sqm.sql.internal with parameters of type EntityValuedModelPart Constructor Description EntityValuedPathInterpretation(Expression sqlExpression, NavigablePath navigablePath, TableGroup tableGroup, EntityValuedModelPart mapping)
-
Uses of EntityValuedModelPart in org.hibernate.sql.results.graph.entity
Subinterfaces of EntityValuedModelPart in org.hibernate.sql.results.graph.entity Modifier and Type Interface Description interface
EntityValuedFetchable
Fetchable which is entity-valuedMethods in org.hibernate.sql.results.graph.entity that return EntityValuedModelPart Modifier and Type Method Description EntityValuedModelPart
AbstractEntityResultGraphNode. getEntityValuedModelPart()
EntityValuedModelPart
EntityResultGraphNode. getEntityValuedModelPart()
Constructors in org.hibernate.sql.results.graph.entity with parameters of type EntityValuedModelPart Constructor Description AbstractEntityResultGraphNode(EntityValuedModelPart referencedModelPart, NavigablePath navigablePath)
-
Uses of EntityValuedModelPart in org.hibernate.sql.results.graph.entity.internal
Methods in org.hibernate.sql.results.graph.entity.internal that return EntityValuedModelPart Modifier and Type Method Description EntityValuedModelPart
EntityResultImpl. getReferencedModePart()
Constructors in org.hibernate.sql.results.graph.entity.internal with parameters of type EntityValuedModelPart Constructor Description EntityResultImpl(NavigablePath navigablePath, EntityValuedModelPart entityValuedModelPart, TableGroup tableGroup, String resultVariable, EntityMappingType targetType, DomainResultCreationState creationState)
EntityResultImpl(NavigablePath navigablePath, EntityValuedModelPart entityValuedModelPart, TableGroup tableGroup, String resultVariable, DomainResultCreationState creationState)
EntityResultJoinedSubclassImpl(NavigablePath navigablePath, EntityValuedModelPart entityValuedModelPart, TableGroup tableGroup, String resultVariable, DomainResultCreationState creationState)
-