Uses of Interface
org.hibernate.metamodel.mapping.EntityValuedModelPart
Packages that use EntityValuedModelPart
Package
Description
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
, orm.xml
,
mapping.xml
or hbm.xml
.Defines support for implicit ResultSet mappings.
-
Uses of EntityValuedModelPart in org.hibernate.metamodel.mapping
Subinterfaces of EntityValuedModelPart in org.hibernate.metamodel.mapping -
Uses of EntityValuedModelPart in org.hibernate.metamodel.mapping.internal
Subinterfaces of EntityValuedModelPart in org.hibernate.metamodel.mapping.internalModifier and TypeInterfaceDescriptioninterface
An entity-valued collection-part.interface
Defines the ability to perform post-creation processing for entity mappings.Classes in org.hibernate.metamodel.mapping.internal that implement EntityValuedModelPartModifier 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
Subinterfaces of EntityValuedModelPart in org.hibernate.persister.entityClasses in org.hibernate.persister.entity that implement EntityValuedModelPartModifier 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
Classes in org.hibernate.processor.validation that implement EntityValuedModelPartModifier and TypeClassDescriptionclass
static class
-
Uses of EntityValuedModelPart in org.hibernate.query.derived
Classes in org.hibernate.query.derived that implement EntityValuedModelPartConstructors in org.hibernate.query.derived with parameters of type EntityValuedModelPartModifierConstructorDescriptionAnonymousTupleEntityValuedModelPart
(EntityIdentifierMapping identifierMapping, DomainType<?> domainType, EntityValuedModelPart delegate, int fetchableIndex) -
Uses of EntityValuedModelPart in org.hibernate.query.results.internal.complete
Methods in org.hibernate.query.results.internal.complete that return EntityValuedModelPartModifier and TypeMethodDescriptionEntityResultImpl.getEntityValuedModelPart()
EntityResultImpl.getReferencedMappingType()
ModelPartReferenceEntity.getReferencedPart()
Constructors in org.hibernate.query.results.internal.complete with parameters of type EntityValuedModelPartModifierConstructorDescriptionEntityResultImpl
(NavigablePath navigablePath, EntityValuedModelPart entityValuedModelPart, String resultAlias, LockMode lockMode, Function<EntityResultImpl, BasicFetch<?>> discriminatorFetchBuilder, DomainResultCreationState creationState) -
Uses of EntityValuedModelPart in org.hibernate.query.results.internal.implicit
Constructors in org.hibernate.query.results.internal.implicit with parameters of type EntityValuedModelPartModifierConstructorDescriptionImplicitModelPartResultBuilderEntity
(NavigablePath navigablePath, EntityValuedModelPart modelPart) -
Uses of EntityValuedModelPart in org.hibernate.query.sqm.sql.internal
Methods in org.hibernate.query.sqm.sql.internal that return EntityValuedModelPartMethods in org.hibernate.query.sqm.sql.internal with parameters of type EntityValuedModelPartModifier and TypeMethodDescriptionstatic <T> EntityValuedPathInterpretation<T>
EntityValuedPathInterpretation.from
(NavigablePath navigablePath, TableGroup tableGroup, ModelPart resultModelPart, EntityValuedModelPart mapping, EntityValuedModelPart treatedMapping, SqmToSqlAstConverter sqlAstCreationState) Constructors in org.hibernate.query.sqm.sql.internal with parameters of type EntityValuedModelPartModifierConstructorDescriptionEntityValuedPathInterpretation
(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.entityModifier and TypeInterfaceDescriptioninterface
Fetchable which is entity-valuedMethods in org.hibernate.sql.results.graph.entity that return EntityValuedModelPartModifier and TypeMethodDescriptionAbstractEntityResultGraphNode.getEntityValuedModelPart()
EntityResultGraphNode.getEntityValuedModelPart()
Constructors in org.hibernate.sql.results.graph.entity with parameters of type EntityValuedModelPartModifierConstructorDescriptionAbstractEntityResultGraphNode
(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 EntityValuedModelPartConstructors in org.hibernate.sql.results.graph.entity.internal with parameters of type EntityValuedModelPartModifierConstructorDescriptionEntityResultImpl
(NavigablePath navigablePath, EntityValuedModelPart entityValuedModelPart, TableGroup tableGroup, String resultVariable)