Uses of Interface
org.hibernate.metamodel.mapping.EntityValuedModelPart
Package
Description
This package and its subpackages, especially
org.hibernate.id.enhanced
,
contain the built-in id generators, all of which implement either
IdentifierGenerator
or
PostInsertIdentifierGenerator
.Defines the runtime mapping metamodel, which describes the mapping
of the application's domain model parts (entities, attributes) to
relational database objects (tables, columns).
This package abstracts persistence mechanisms for entities.
Validation for HQL queries.
Support for immutable result/fetch builder graph nodes built from static sources
such as
SqlResultSetMapping
or the hbm.xml
mapping element <resultset/>
.Defines support for implicit ResultSet mappings.
-
Uses of EntityValuedModelPart in org.hibernate.id
Modifier and TypeInterfaceDescriptioninterface
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of EntityValuedModelPart in org.hibernate.metamodel.mapping
-
Uses of EntityValuedModelPart in org.hibernate.metamodel.mapping.internal
Modifier and TypeInterfaceDescriptioninterface
An entity-valued collection-part.interface
Modifier and TypeClassDescriptionclass
Base support for EntityCollectionPart implementationsclass
Entity-valued collection-part mapped through a join table.class
order( id, ...class
-
Uses of EntityValuedModelPart in org.hibernate.persister.entity
Modifier and TypeInterfaceDescriptioninterface
Deprecated.Just used to singly extend all the deprecated entity persister rolesinterface
A strategy for persisting a mapped entity class.interface
Deprecated, for removal: This API element is subject to removal in a future version.interface
Deprecated, for removal: This API element is subject to removal in a future version.interface
Deprecated, for removal: This API element is subject to removal in a future version.interface
Deprecated.UseEntityMappingType
insteadinterface
Deprecated, for removal: This API element is subject to removal in a future version.interface
Modifier and TypeClassDescriptionclass
Basic functionality for persisting an entity via JDBC, using either generated or custom SQL.class
AnEntityPersister
implementing the normalizedInheritanceType.JOINED
inheritance mapping strategy for an entity and its inheritance hierarchy.class
The default implementation of theEntityPersister
interface.class
AnEntityPersister
implementing theInheritanceType.TABLE_PER_CLASS
mapping strategy for an entity and its inheritance hierarchy. -
Uses of EntityValuedModelPart in org.hibernate.processor.validation
Modifier and TypeClassDescriptionclass
static class
-
Uses of EntityValuedModelPart in org.hibernate.query.derived
ModifierConstructorDescriptionAnonymousTupleEntityValuedModelPart
(EntityIdentifierMapping identifierMapping, DomainType<?> domainType, String componentName, EntityValuedModelPart delegate, int fetchableIndex) -
Uses of EntityValuedModelPart in org.hibernate.query.results.complete
Modifier and TypeMethodDescriptionEntityResultImpl.getEntityValuedModelPart()
EntityResultImpl.getReferencedMappingType()
ModelPartReferenceEntity.getReferencedPart()
ModifierConstructorDescriptionEntityResultImpl
(NavigablePath navigablePath, EntityValuedModelPart entityValuedModelPart, String resultAlias, LockMode lockMode, Function<EntityResultImpl, BasicFetch<?>> discriminatorFetchBuilder, DomainResultCreationState creationState) -
Uses of EntityValuedModelPart in org.hibernate.query.results.implicit
ModifierConstructorDescriptionImplicitModelPartResultBuilderEntity
(NavigablePath navigablePath, EntityValuedModelPart modelPart) -
Uses of EntityValuedModelPart in org.hibernate.query.sqm.sql.internal
Modifier and TypeMethodDescriptionstatic <T> EntityValuedPathInterpretation<T>
EntityValuedPathInterpretation.from
(NavigablePath navigablePath, TableGroup tableGroup, ModelPart resultModelPart, EntityValuedModelPart mapping, EntityValuedModelPart treatedMapping, SqmToSqlAstConverter sqlAstCreationState) ModifierConstructorDescriptionEntityValuedPathInterpretation
(Expression sqlExpression, NavigablePath navigablePath, TableGroup tableGroup, EntityValuedModelPart mapping) -
Uses of EntityValuedModelPart in org.hibernate.sql.results.graph.entity
Modifier and TypeInterfaceDescriptioninterface
Fetchable which is entity-valuedModifier and TypeMethodDescriptionAbstractEntityResultGraphNode.getEntityValuedModelPart()
EntityResultGraphNode.getEntityValuedModelPart()
ModifierConstructorDescriptionAbstractEntityResultGraphNode
(EntityValuedModelPart referencedModelPart, NavigablePath navigablePath) -
Uses of EntityValuedModelPart in org.hibernate.sql.results.graph.entity.internal
ModifierConstructorDescriptionEntityResultImpl
(NavigablePath navigablePath, EntityValuedModelPart entityValuedModelPart, TableGroup tableGroup, String resultVariable)
EntityPersister
instead.