Uses of Interface
org.hibernate.metamodel.mapping.ModelPart
Packages that use ModelPart
Package
Description
Contains a framework of strategies for efficient retrieval of
database-generated values.
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.
Defines support for performing mutation operations originating
from persistence-context events.
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
.Support for multi-table SQM mutation (insert, update, delete) operations using
a table to temporarily hold the matching ids.
Package for the translation of SQM into SQL AST
Support for common table expressions (CTE) in a SQL tree.
AST nodes representing root tables and joins in a SQL tree.
Defines domain result graphs.
-
Uses of ModelPart in org.hibernate.generator.values
Methods in org.hibernate.generator.values with parameters of type ModelPartModifier and TypeMethodDescriptionvoid
GeneratedValues.addGeneratedValue
(ModelPart modelPart, Object value) Register a generated value for the correspondingModelPart
GeneratedValues.getGeneratedValue
(ModelPart modelPart) Retrieve a generated value for the requestedModelPart
.Method parameters in org.hibernate.generator.values with type arguments of type ModelPart -
Uses of ModelPart in org.hibernate.generator.values.internal
Methods in org.hibernate.generator.values.internal with parameters of type ModelPartModifier and TypeMethodDescriptionvoid
GeneratedValuesImpl.addGeneratedValue
(ModelPart modelPart, Object value) GeneratedValuesImpl.getGeneratedValue
(ModelPart modelPart) Method parameters in org.hibernate.generator.values.internal with type arguments of type ModelPartModifier and TypeMethodDescriptionGeneratedValuesImpl.getGeneratedValues
(List<? extends ModelPart> modelParts) Constructor parameters in org.hibernate.generator.values.internal with type arguments of type ModelPart -
Uses of ModelPart in org.hibernate.loader.ast.internal
Methods in org.hibernate.loader.ast.internal that return ModelPartModifier and TypeMethodDescriptionLoadPlan.getRestrictivePart()
The part of the thing being loaded used to restrict which loadables get loadedSingleIdLoadPlan.getRestrictivePart()
LoaderSqlAstCreationState.resolveModelPart
(NavigablePath navigablePath) Methods in org.hibernate.loader.ast.internal with parameters of type ModelPartModifier and TypeMethodDescriptionstatic SelectStatement
LoaderSelectBuilder.createSelect
(Loadable loadable, List<? extends ModelPart> partsToSelect, ModelPart restrictedPart, DomainResult<?> cachedDomainResult, int numberOfKeysToLoad, LoadQueryInfluencers loadQueryInfluencers, LockOptions lockOptions, Consumer<JdbcParameter> jdbcParameterConsumer, SessionFactoryImplementor sessionFactory) Create an SQL AST select-statement based on matching one-or-more keysstatic SelectStatement
LoaderSelectBuilder.createSelectByUniqueKey
(Loadable loadable, List<? extends ModelPart> partsToSelect, ModelPart restrictedPart, DomainResult<?> cachedDomainResult, LoadQueryInfluencers loadQueryInfluencers, LockOptions lockOptions, Consumer<JdbcParameter> jdbcParameterConsumer, SessionFactoryImplementor sessionFactory) Create an SQL AST select-statement for loading by unique keyMethod parameters in org.hibernate.loader.ast.internal with type arguments of type ModelPartModifier and TypeMethodDescriptionstatic SelectStatement
LoaderSelectBuilder.createSelect
(Loadable loadable, List<? extends ModelPart> partsToSelect, List<ModelPart> restrictedParts, DomainResult<?> cachedDomainResult, int numberOfKeysToLoad, LoadQueryInfluencers loadQueryInfluencers, LockOptions lockOptions, Consumer<JdbcParameter> jdbcParameterConsumer, SessionFactoryImplementor sessionFactory) static SelectStatement
LoaderSelectBuilder.createSelect
(Loadable loadable, List<? extends ModelPart> partsToSelect, ModelPart restrictedPart, DomainResult<?> cachedDomainResult, int numberOfKeysToLoad, LoadQueryInfluencers loadQueryInfluencers, LockOptions lockOptions, Consumer<JdbcParameter> jdbcParameterConsumer, SessionFactoryImplementor sessionFactory) Create an SQL AST select-statement based on matching one-or-more keysstatic SelectStatement
LoaderSelectBuilder.createSelectByUniqueKey
(Loadable loadable, List<? extends ModelPart> partsToSelect, ModelPart restrictedPart, DomainResult<?> cachedDomainResult, LoadQueryInfluencers loadQueryInfluencers, LockOptions lockOptions, Consumer<JdbcParameter> jdbcParameterConsumer, SessionFactoryImplementor sessionFactory) Create an SQL AST select-statement for loading by unique keyConstructors in org.hibernate.loader.ast.internal with parameters of type ModelPartModifierConstructorDescriptionMultiNaturalIdLoadingBatcher
(EntityMappingType entityDescriptor, ModelPart restrictedPart, int batchSize, org.hibernate.loader.ast.internal.MultiNaturalIdLoadingBatcher.KeyValueResolver keyValueResolver, LoadQueryInfluencers loadQueryInfluencers, LockOptions lockOptions, SessionFactoryImplementor sessionFactory) SingleIdArrayLoadPlan
(EntityMappingType entityMappingType, ModelPart restrictivePart, SelectStatement sqlAst, JdbcParametersList jdbcParameters, LockOptions lockOptions, SessionFactoryImplementor sessionFactory) SingleIdLoadPlan
(EntityMappingType entityMappingType, ModelPart restrictivePart, SelectStatement sqlAst, JdbcParametersList jdbcParameters, LockOptions lockOptions, SessionFactoryImplementor sessionFactory) -
Uses of ModelPart in org.hibernate.loader.ast.spi
Subinterfaces of ModelPart in org.hibernate.loader.ast.spiModifier and TypeInterfaceDescriptioninterface
Common details for things that can be loaded by a loader - generally entities and plural attributes (collections). -
Uses of ModelPart in org.hibernate.metamodel.internal
Classes in org.hibernate.metamodel.internal that implement ModelPartModifier and TypeClassDescriptionclass
Base implementation for composite identifier mappingsMethods in org.hibernate.metamodel.internal that return ModelPartModifier and TypeMethodDescriptionAbstractCompositeIdentifierMapping.findSubPart
(String name, EntityMappingType treatTargetType) Method parameters in org.hibernate.metamodel.internal with type arguments of type ModelPartModifier and TypeMethodDescriptionvoid
AbstractCompositeIdentifierMapping.visitSubParts
(Consumer<ModelPart> consumer, EntityMappingType treatTargetType) -
Uses of ModelPart in org.hibernate.metamodel.mapping
Subinterfaces of ModelPart in org.hibernate.metamodel.mappingModifier and TypeInterfaceDescriptioninterface
An "aggregated" composite identifier, which is another way to say that the identifier is represented as an embeddable.interface
Commonality for an association, mainly details relative to the foreign-keyinterface
Describes an attribute at the mapping model level.interface
Mapping for a simple, single-column identifierinterface
Describes a ModelPart which is a basic value, either aBasic
attribute a basic-valued collection partinterface
Descriptor for the collection identifier.interface
Hibernate understands mapping a collection into 4 parts The key - the foreign-key defining the association to the owner The element - for Maps this is analogous to the value The index - the List/array index or Map key The collection-id - this is only relevant for id-bag mappingsinterface
Mapping for a composite identifierinterface
A discriminated association.interface
Mapping of a discriminator, for either entity or association (ANY) discrimination.interface
Details about the discriminator for an embeddable hierarchy.interface
Describes an embeddable - the actual typeinterface
Describes the mapping of an embeddable (composite).interface
Commonality between `many-to-one`, `one-to-one` and `any`, as well as entity-valued collection elements and map-keysinterface
Details about the discriminator for an entity hierarchy.interface
Describes the mapping of an entity's identifier.interface
Mapping of an entityinterface
Mapping of a row-idinterface
interface
Describes the mapping of an entity's versioninterface
Descriptor for foreign-keysinterface
Mapping-model corollary toManagedType
interface
Access to a group of ModelPart by name or for iteration.interface
Mapping for an entity's natural-id, if one is defined.interface
A "non-aggregated" composite identifier, which means that the entity itself does not define a singular representation of its identifier like an aggregated mapping does.static interface
Think of an AttributeConverter for id values to account for representation difference between virtual and id-class mappingsinterface
Marker interface for valued model parts that have a declaring/owner type.interface
Mapping of a plural (collection-valued) attributeinterface
Mapping for a singular (non-collection) attribute.interface
Model part which can be soft-deletedinterface
Metadata about the indicator column for entities and collections enabled for soft deleteinterface
Describes a ModelPart that is also a ValueMapping (and therefore also a SelectableMappings).interface
Marker interface for parts of the application domain model that do not actually exist in the model classes.Methods in org.hibernate.metamodel.mapping that return ModelPartModifier and TypeMethodDescriptiondefault ModelPart
ModelPartContainer.findByPath
(String path) default ModelPart
ModelPartContainer.findByPath
(DotIdentifierSequence path) default ModelPart
EmbeddableValuedModelPart.findSubPart
(String name, EntityMappingType treatTargetType) default ModelPart
EntityMappingType.findSubPart
(String name) default ModelPart
EntityValuedModelPart.findSubPart
(String name) default ModelPart
EntityValuedModelPart.findSubPart
(String name, EntityMappingType targetType) ModelPartContainer.findSubPart
(String name, EntityMappingType treatTargetType) default ModelPart
EntityMappingType.findSubTypesSubPart
(String name, EntityMappingType treatTargetType) default ModelPart
CollectionPart.getInclusionCheckPart()
EntityAssociationMapping.getKeyTargetMatchPart()
The model sub-part relative to the associated entity type that is the target of this association's foreign-keyMethods in org.hibernate.metamodel.mapping with parameters of type ModelPartModifier and TypeMethodDescriptionstatic boolean
MappingModelHelper.isCompatibleModelPart
(ModelPart attribute1, ModelPart attribute2) Method parameters in org.hibernate.metamodel.mapping with type arguments of type ModelPartModifier and TypeMethodDescriptiondefault void
EmbeddableValuedModelPart.forEachSubPart
(IndexedConsumer<ModelPart> consumer, EntityMappingType treatTarget) default void
EntityValuedModelPart.forEachSubPart
(IndexedConsumer<ModelPart> consumer, EntityMappingType treatTarget) default void
ModelPartContainer.forEachSubPart
(IndexedConsumer<ModelPart> consumer) void
ModelPartContainer.forEachSubPart
(IndexedConsumer<ModelPart> consumer, EntityMappingType treatTarget) default void
EmbeddableValuedModelPart.visitSubParts
(Consumer<ModelPart> consumer, EntityMappingType treatTargetType) default void
EntityValuedModelPart.visitSubParts
(Consumer<ModelPart> consumer, EntityMappingType targetType) void
ModelPartContainer.visitSubParts
(Consumer<ModelPart> consumer, EntityMappingType treatTargetType) -
Uses of ModelPart in org.hibernate.metamodel.mapping.internal
Subinterfaces of ModelPart 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.interface
Classes in org.hibernate.metamodel.mapping.internal that implement ModelPartModifier and TypeClassDescriptionclass
class
class
Base support for EmbeddableMappingType implementationsclass
Base support for EntityCollectionPart implementationsclass
class
class
class
Acts as a ModelPart for the discriminator portion of an any-valued mappingclass
Acts as a ModelPart for the key portion of an any-valued mappingclass
class
Mapping of a simple identifierclass
Models a basic collection element/value or index/keyclass
class
class
Multi-attribute NaturalIdMapping implementationclass
Singular, any-valued attributeclass
class
Describes a "normal" embeddable.class
class
class
class
Support forEmbeddedId
class
class
class
class
EmbeddableMappingType implementation describing anIdClass
class
The inverse part of a "non-aggregated" composite identifier.class
Entity-valued collection-part mapped through a join table.class
A "non-aggregated" composite identifier.class
order( id, ...class
class
class
Single-attribute NaturalIdMapping implementationclass
SoftDeleteMapping implementationclass
class
class
Embeddable describing the virtual-id aspect of a non-aggregated composite idMethods in org.hibernate.metamodel.mapping.internal with type parameters of type ModelPartModifier and TypeMethodDescription<T extends ModelPart>
TMappingModelCreationProcess.processSubPart
(String localName, MappingModelCreationProcess.SubPartMappingProducer<T> subPartMappingProducer) Methods in org.hibernate.metamodel.mapping.internal that return ModelPartModifier and TypeMethodDescriptionAbstractEmbeddableMapping.findSubPart
(String name, EntityMappingType treatTargetType) CompoundNaturalIdMapping.findSubPart
(String name, EntityMappingType treatTargetType) DiscriminatedAssociationAttributeMapping.findSubPart
(String name, EntityMappingType treatTargetType) DiscriminatedAssociationMapping.findSubPart
(String name, EntityMappingType treatTarget) DiscriminatedCollectionPart.findSubPart
(String name, EntityMappingType treatTargetType) EmbeddableMappingTypeImpl.findSubPart
(String name, EntityMappingType treatTargetType) EmbeddedCollectionPart.findSubPart
(String name, EntityMappingType treatTargetType) ManyToManyCollectionPart.findSubPart
(String name, EntityMappingType targetType) PluralAttributeMappingImpl.findSubPart
(String name, EntityMappingType treatTargetType) ToOneAttributeMapping.findSubPart
(String name) ToOneAttributeMapping.findSubPart
(String name, EntityMappingType targetType) ManyToManyCollectionPart.getInclusionCheckPart()
ManyToManyCollectionPart.getKeyTargetMatchPart()
ToOneAttributeMapping.getKeyTargetMatchPart()
Methods in org.hibernate.metamodel.mapping.internal with parameters of type ModelPartModifier and TypeMethodDescriptionvoid
AbstractDomainPath.apply
(ModelPart referenceModelPart, QuerySpec ast, TableGroup tableGroup, String collation, String modelPartName, SortDirection sortOrder, NullPrecedence nullPrecedence, SqlAstCreationState creationState) static Expression
MappingModelCreationHelper.buildColumnReferenceExpression
(TableGroup tableGroup, ModelPart modelPart, SqlExpressionResolver sqlExpressionResolver, SessionFactoryImplementor sessionFactory) protected boolean
ToOneAttributeMapping.isBidirectionalAttributeName
(NavigablePath parentNavigablePath, ModelPart parentModelPart, NavigablePath fetchablePath, DomainResultCreationState creationState) void
MappingModelCreationProcess.registerForeignKey
(ModelPart keyOwner, ForeignKeyDescriptor keyDescriptor) AbstractDomainPath.resolve
(ModelPart referenceModelPart, QuerySpec ast, TableGroup tableGroup, String modelPartName, SqlAstCreationState creationState) void
MappingModelCreationProcess.withForeignKey
(ModelPart keyOwner, Consumer<ForeignKeyDescriptor> consumer) Method parameters in org.hibernate.metamodel.mapping.internal with type arguments of type ModelPartModifier and TypeMethodDescriptionvoid
AbstractEmbeddableMapping.forEachSubPart
(IndexedConsumer<ModelPart> consumer, EntityMappingType treatTarget) void
CompoundNaturalIdMapping.forEachSubPart
(IndexedConsumer<ModelPart> consumer, EntityMappingType treatTarget) void
DiscriminatedAssociationAttributeMapping.forEachSubPart
(IndexedConsumer<ModelPart> consumer, EntityMappingType treatTarget) void
DiscriminatedCollectionPart.forEachSubPart
(IndexedConsumer<ModelPart> consumer, EntityMappingType treatTarget) void
PluralAttributeMappingImpl.forEachSubPart
(IndexedConsumer<ModelPart> consumer, EntityMappingType treatTarget) void
AbstractEmbeddableMapping.visitSubParts
(Consumer<ModelPart> consumer, EntityMappingType treatTargetType) void
CompoundNaturalIdMapping.visitSubParts
(Consumer<ModelPart> consumer, EntityMappingType treatTargetType) void
DiscriminatedAssociationAttributeMapping.visitSubParts
(Consumer<ModelPart> consumer, EntityMappingType treatTargetType) void
DiscriminatedCollectionPart.visitSubParts
(Consumer<ModelPart> consumer, EntityMappingType treatTargetType) void
EmbeddedCollectionPart.visitSubParts
(Consumer<ModelPart> consumer, EntityMappingType treatTargetType) void
PluralAttributeMappingImpl.visitSubParts
(Consumer<ModelPart> consumer, EntityMappingType treatTargetType) -
Uses of ModelPart in org.hibernate.metamodel.mapping.ordering.ast
Fields in org.hibernate.metamodel.mapping.ordering.ast declared as ModelPartModifier and TypeFieldDescriptionprotected final ModelPart
DomainPathContinuation.referencedModelPart
Methods in org.hibernate.metamodel.mapping.ordering.ast that return ModelPartModifier and TypeMethodDescriptionDomainPath.getReferenceModelPart()
DomainPathContinuation.getReferenceModelPart()
Constructors in org.hibernate.metamodel.mapping.ordering.ast with parameters of type ModelPartModifierConstructorDescriptionDomainPathContinuation
(NavigablePath navigablePath, DomainPath lhs, ModelPart referencedModelPart) FkDomainPathContinuation
(NavigablePath navigablePath, DomainPath lhs, ModelPart referencedModelPart, Set<String> possiblePaths) -
Uses of ModelPart in org.hibernate.persister.entity
Subinterfaces of ModelPart in org.hibernate.persister.entityClasses in org.hibernate.persister.entity that implement ModelPartModifier 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.Fields in org.hibernate.persister.entity with type parameters of type ModelPartModifier and TypeFieldDescriptionAbstractEntityPersister.insertGeneratedProperties
AbstractEntityPersister.updateGeneratedProperties
Methods in org.hibernate.persister.entity that return ModelPartModifier and TypeMethodDescriptionAbstractEntityPersister.findSubPart
(String name, EntityMappingType treatTargetType) AbstractEntityPersister.findSubTypesSubPart
(String name, EntityMappingType treatTargetType) AbstractEntityPersister.getIdentifierDescriptor()
Methods in org.hibernate.persister.entity that return types with arguments of type ModelPartModifier and TypeMethodDescriptionEntityPersister.getGeneratedProperties
(EventType timing) AbstractEntityPersister.getInsertGeneratedProperties()
EntityPersister.getInsertGeneratedProperties()
AbstractEntityPersister.getUpdateGeneratedProperties()
EntityPersister.getUpdateGeneratedProperties()
AbstractEntityPersister.initInsertGeneratedProperties
(List<AttributeMapping> generatedAttributes) AbstractEntityPersister.initUpdateGeneratedProperties
(List<AttributeMapping> generatedAttributes) Method parameters in org.hibernate.persister.entity with type arguments of type ModelPartModifier and TypeMethodDescriptionvoid
AbstractEntityPersister.visitSubParts
(Consumer<ModelPart> consumer, EntityMappingType treatTargetType) -
Uses of ModelPart in org.hibernate.persister.entity.mutation
Methods in org.hibernate.persister.entity.mutation that return ModelPartModifier and TypeMethodDescriptionEntityMutationTarget.getIdentifierDescriptor()
The ModelPart describing the identifier/key for this targetConstructors in org.hibernate.persister.entity.mutation with parameters of type ModelPartModifierConstructorDescriptionKeyMapping
(List<EntityTableMapping.KeyColumn> keyColumns, ModelPart identifierPart) -
Uses of ModelPart in org.hibernate.processor.validation
Classes in org.hibernate.processor.validation that implement ModelPartModifier and TypeClassDescriptionclass
static class
-
Uses of ModelPart in org.hibernate.query.derived
Classes in org.hibernate.query.derived that implement ModelPartModifier and TypeClassDescriptionclass
class
class
class
class
class
class
The table group producer for an anonymous tuple type.class
The table group producer for a CTE tuple type.Methods in org.hibernate.query.derived that return ModelPartModifier and TypeMethodDescriptionstatic ModelPart
AnonymousTupleTableGroupProducer.createModelPart
(MappingType mappingType, SqmExpressible<?> sqmExpressible, DomainType<?> domainType, SqlTypedMapping[] sqlTypedMappings, int selectionIndex, String selectionExpression, String partName, ModelPart existingModelPart, Set<String> compatibleTableExpressions, int fetchableIndex) AnonymousTupleEmbeddableValuedModelPart.findSubPart
(String name, EntityMappingType treatTargetType) AnonymousTupleEntityValuedModelPart.findSubPart
(String name, EntityMappingType treatTargetType) AnonymousTupleTableGroupProducer.findSubPart
(String name, EntityMappingType treatTargetType) CteTupleTableGroupProducer.findSubPart
(String name, EntityMappingType treatTargetType) AnonymousTupleEntityValuedModelPart.getForeignKeyPart()
Methods in org.hibernate.query.derived that return types with arguments of type ModelPartMethods in org.hibernate.query.derived with parameters of type ModelPartModifier and TypeMethodDescriptionstatic ModelPart
AnonymousTupleTableGroupProducer.createModelPart
(MappingType mappingType, SqmExpressible<?> sqmExpressible, DomainType<?> domainType, SqlTypedMapping[] sqlTypedMappings, int selectionIndex, String selectionExpression, String partName, ModelPart existingModelPart, Set<String> compatibleTableExpressions, int fetchableIndex) Method parameters in org.hibernate.query.derived with type arguments of type ModelPartModifier and TypeMethodDescriptionvoid
AnonymousTupleEmbeddableValuedModelPart.forEachSubPart
(IndexedConsumer<ModelPart> consumer, EntityMappingType treatTarget) void
AnonymousTupleTableGroupProducer.forEachSubPart
(IndexedConsumer<ModelPart> consumer, EntityMappingType treatTarget) void
AnonymousTupleEmbeddableValuedModelPart.visitSubParts
(Consumer<ModelPart> consumer, EntityMappingType treatTargetType) void
AnonymousTupleEntityValuedModelPart.visitSubParts
(Consumer<ModelPart> consumer, EntityMappingType treatTargetType) void
AnonymousTupleTableGroupProducer.visitSubParts
(Consumer<ModelPart> consumer, EntityMappingType treatTargetType) -
Uses of ModelPart in org.hibernate.query.internal
Constructors in org.hibernate.query.internal with parameters of type ModelPartModifierConstructorDescriptionImplicitModelPartResultMemento
(NavigablePath navigablePath, ModelPart referencedModelPart) -
Uses of ModelPart in org.hibernate.query.results.internal
Methods in org.hibernate.query.results.internal that return ModelPartModifier and TypeMethodDescriptionDomainResultCreationStateImpl.resolveModelPart
(NavigablePath navigablePath) Methods in org.hibernate.query.results.internal with parameters of type ModelPartModifier and TypeMethodDescriptionstatic String
ResultsHelper.attributeName
(ModelPart identifierMapping) -
Uses of ModelPart in org.hibernate.query.results.internal.complete
Methods in org.hibernate.query.results.internal.complete that return ModelPartModifier and TypeMethodDescriptionModelPartReference.getReferencedPart()
The part of the domain model that is referenced -
Uses of ModelPart in org.hibernate.query.sqm.mutation.internal.cte
Methods in org.hibernate.query.sqm.mutation.internal.cte with parameters of type ModelPartModifier and TypeMethodDescriptionprotected QuerySpec
AbstractCteMutationHandler.createIdSubQuery
(CteStatement idSelectCte, ModelPart fkModelPart, SessionFactoryImplementor factory) protected Predicate
AbstractCteMutationHandler.createIdSubQueryPredicate
(List<? extends Expression> lhsExpressions, CteStatement idSelectCte, ModelPart fkModelPart, SessionFactoryImplementor factory) -
Uses of ModelPart in org.hibernate.query.sqm.mutation.internal.inline
Methods in org.hibernate.query.sqm.mutation.internal.inline with parameters of type ModelPartModifier and TypeMethodDescriptionInPredicateRestrictionProducer.produceRestriction
(List<Expression> matchingIdValueExpressions, EntityMappingType entityDescriptor, int valueIndex, ModelPart valueModelPart, TableReference mutatingTableReference, Supplier<Consumer<SelectableConsumer>> columnsToMatchVisitationSupplier, ExecutionContext executionContext) MatchingIdRestrictionProducer.produceRestriction
(List<Expression> idExpressions, EntityMappingType entityDescriptor, int valueIndex, ModelPart valueModelPart, TableReference mutatingTableReference, Supplier<Consumer<SelectableConsumer>> columnsToMatchVisitationSupplier, ExecutionContext executionContext) Produce the restriction predicate -
Uses of ModelPart in org.hibernate.query.sqm.mutation.internal.temptable
Methods in org.hibernate.query.sqm.mutation.internal.temptable with parameters of type ModelPartModifier and TypeMethodDescriptionstatic QuerySpec
ExecuteWithTemporaryTableHelper.createIdTableSelectQuerySpec
(TemporaryTable idTable, ModelPart fkModelPart, Function<SharedSessionContractImplementor, String> sessionUidAccess, EntityMappingType entityDescriptor, ExecutionContext executionContext) -
Uses of ModelPart in org.hibernate.query.sqm.sql
Methods in org.hibernate.query.sqm.sql that return ModelPartModifier and TypeMethodDescriptionBaseSqmToSqlAstConverter.resolveModelPart
(NavigablePath navigablePath) -
Uses of ModelPart in org.hibernate.query.sqm.sql.internal
Methods in org.hibernate.query.sqm.sql.internal that return ModelPartModifier and TypeMethodDescriptionAbstractSqmPathInterpretation.getExpressionType()
EmbeddableValuedExpression.getExpressionType()
SqmPathInterpretation.getExpressionType()
Methods in org.hibernate.query.sqm.sql.internal with parameters of type ModelPartModifier 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 ModelPartModifierConstructorDescriptionAbstractSqmPathInterpretation
(NavigablePath navigablePath, ModelPart mapping, TableGroup tableGroup) AnyDiscriminatorPathInterpretation
(NavigablePath navigablePath, ModelPart mapping, TableGroup tableGroup, Expression expression) -
Uses of ModelPart in org.hibernate.sql.ast.tree.cte
Methods in org.hibernate.sql.ast.tree.cte with parameters of type ModelPartModifier and TypeMethodDescriptionstatic int
CteTable.determineModelPartStartIndex
(EntityPersister entityDescriptor, ModelPart modelPart) static void
CteTable.forEachCteColumn
(String prefix, ModelPart modelPart, Consumer<CteColumn> consumer) -
Uses of ModelPart in org.hibernate.sql.ast.tree.from
Subinterfaces of ModelPart in org.hibernate.sql.ast.tree.fromModifier and TypeInterfaceDescriptioninterface
Contract for things that can produce theTableGroup
that is a root of afrom-clause
interface
interface
Marker interface for anything which produces a TableGroupMethods in org.hibernate.sql.ast.tree.from that return ModelPartModifier and TypeMethodDescriptionAbstractTableGroup.getExpressionType()
DelegatingTableGroup.getExpressionType()
LazyTableGroup.getExpressionType()
MutatingTableReferenceGroupWrapper.getExpressionType()
-
Uses of ModelPart in org.hibernate.sql.results.graph
Subinterfaces of ModelPart in org.hibernate.sql.results.graphModifier and TypeInterfaceDescriptioninterface
Contract for model-parts which contribute to their container's state array for database snapshotsinterface
Parts of the domain model that can be fetched.interface
Container ofFetchable
referencesMethods in org.hibernate.sql.results.graph that return ModelPartModifier and TypeMethodDescriptionInitializer.getInitializedPart()
default ModelPart
FetchParent.getReferencedModePart()
WhereasFetchParent.getReferencedMappingContainer()
andFetchParent.getReferencedMappingType()
return the referenced container type, this method returns the referenced part.DomainResultCreationState.resolveModelPart
(NavigablePath navigablePath) Resolve the ModelPart associated with a given NavigablePath.Methods in org.hibernate.sql.results.graph with parameters of type ModelPartModifier and TypeMethodDescriptionInitializer<?>
AssemblerCreationState.resolveInitializer
(NavigablePath navigablePath, ModelPart fetchedModelPart, Supplier<Initializer<?>> producer) -
Uses of ModelPart in org.hibernate.sql.results.graph.embeddable
Subinterfaces of ModelPart in org.hibernate.sql.results.graph.embeddable -
Uses of ModelPart in org.hibernate.sql.results.graph.entity
Subinterfaces of ModelPart in org.hibernate.sql.results.graph.entityModifier and TypeInterfaceDescriptioninterface
Fetchable which is entity-valued -
Uses of ModelPart in org.hibernate.sql.results.graph.entity.internal
Methods in org.hibernate.sql.results.graph.entity.internal that return ModelPartModifier and TypeMethodDescriptionDiscriminatedEntityInitializer.getInitializedPart()
EntityDelayedFetchInitializer.getInitializedPart()
EntityInitializerImpl.getInitializedPart()
EntitySelectFetchInitializer.getInitializedPart()