Uses of Interface
org.hibernate.metamodel.mapping.ModelPartContainer
Packages that use ModelPartContainer
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.
Package for the SQM-backed Query implementation details
Support for common table expressions (CTE) in a SQL tree.
AST nodes representing root tables and joins in a SQL tree.
Package contains specialized SQL AST nodes and builders for table mutations
of model parts
originating from normal persistence-context events.
Defines domain result graphs.
-
Uses of ModelPartContainer in org.hibernate.loader.ast.spi
Subinterfaces of ModelPartContainer 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 ModelPartContainer in org.hibernate.metamodel.internal
Classes in org.hibernate.metamodel.internal that implement ModelPartContainerModifier and TypeClassDescriptionclass
Base implementation for composite identifier mappings -
Uses of ModelPartContainer in org.hibernate.metamodel.mapping
Subinterfaces of ModelPartContainer in org.hibernate.metamodel.mappingModifier and TypeInterfaceDescriptioninterface
Mapping for a composite identifierinterface
A discriminated association.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
Mapping of an entityinterface
interface
Mapping-model corollary toManagedType
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
Mapping of a plural (collection-valued) attributeinterface
Model part which can be soft-deleted -
Uses of ModelPartContainer in org.hibernate.metamodel.mapping.internal
Subinterfaces of ModelPartContainer 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 ModelPartContainerModifier and TypeClassDescriptionclass
Base support for EmbeddableMappingType implementationsclass
Base support for EntityCollectionPart implementationsclass
Multi-attribute NaturalIdMapping implementationclass
Singular, any-valued attributeclass
class
Describes a "normal" embeddable.class
class
class
Support forEmbeddedId
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
class
Embeddable describing the virtual-id aspect of a non-aggregated composite id -
Uses of ModelPartContainer in org.hibernate.persister.entity
Subinterfaces of ModelPartContainer in org.hibernate.persister.entityClasses in org.hibernate.persister.entity that implement ModelPartContainerModifier 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 ModelPartContainer in org.hibernate.processor.validation
Classes in org.hibernate.processor.validation that implement ModelPartContainerModifier and TypeClassDescriptionclass
static class
-
Uses of ModelPartContainer in org.hibernate.query.derived
Classes in org.hibernate.query.derived that implement ModelPartContainerModifier and TypeClassDescriptionclass
class
class
class
class
The table group producer for an anonymous tuple type.class
The table group producer for a CTE tuple type. -
Uses of ModelPartContainer in org.hibernate.query.results.internal
Constructors in org.hibernate.query.results.internal with parameters of type ModelPartContainerModifierConstructorDescriptionTableGroupImpl
(NavigablePath navigablePath, String alias, TableReference primaryTableReference, ModelPartContainer container) -
Uses of ModelPartContainer in org.hibernate.query.sqm.internal
Methods in org.hibernate.query.sqm.internal that return ModelPartContainerModifier and TypeMethodDescriptionstatic ModelPartContainer
SqmUtil.getTargetMappingIfNeeded
(SqmPath<?> sqmPath, ModelPartContainer modelPartContainer, SqmToSqlAstConverter sqlAstCreationState) Utility that returns the entity association target's mapping type if the specifiedsqmPath
should be dereferenced using the target table, i.e.Methods in org.hibernate.query.sqm.internal with parameters of type ModelPartContainerModifier and TypeMethodDescriptionstatic ModelPartContainer
SqmUtil.getTargetMappingIfNeeded
(SqmPath<?> sqmPath, ModelPartContainer modelPartContainer, SqmToSqlAstConverter sqlAstCreationState) Utility that returns the entity association target's mapping type if the specifiedsqmPath
should be dereferenced using the target table, i.e. -
Uses of ModelPartContainer in org.hibernate.sql.ast.tree.cte
Constructors in org.hibernate.sql.ast.tree.cte with parameters of type ModelPartContainerModifierConstructorDescriptionCteTableGroup
(boolean canUseInnerJoins, NavigablePath navigablePath, SqlAliasBase sqlAliasBase, ModelPartContainer modelPartContainer, NamedTableReference cteTableReference, Set<String> compatibleTableExpressions) -
Uses of ModelPartContainer in org.hibernate.sql.ast.tree.from
Subinterfaces of ModelPartContainer 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 ModelPartContainerModifier and TypeMethodDescriptionMappedByTableGroup.getExpressionType()
StandardVirtualTableGroup.getExpressionType()
AbstractTableGroup.getModelPart()
DelegatingTableGroup.getModelPart()
MappedByTableGroup.getModelPart()
MutatingTableReferenceGroupWrapper.getModelPart()
TableGroup.getModelPart()
Constructors in org.hibernate.sql.ast.tree.from with parameters of type ModelPartContainerModifierConstructorDescriptionAbstractTableGroup
(boolean canUseInnerJoins, NavigablePath navigablePath, ModelPartContainer modelPartContainer, String sourceAlias, SqlAliasBase sqlAliasBase, SessionFactoryImplementor sessionFactory) MutatingTableReferenceGroupWrapper
(NavigablePath navigablePath, ModelPartContainer modelPart, NamedTableReference mutatingTableReference) StandardVirtualTableGroup
(NavigablePath navigablePath, ModelPartContainer modelPart, TableGroup underlyingTableGroup, boolean fetched) -
Uses of ModelPartContainer in org.hibernate.sql.model
Methods in org.hibernate.sql.model that return ModelPartContainerModifier and TypeMethodDescriptionMutationTarget.getTargetPart()
The ModelPart describing the mutation target -
Uses of ModelPartContainer in org.hibernate.sql.results.graph
Subinterfaces of ModelPartContainer in org.hibernate.sql.results.graph -
Uses of ModelPartContainer in org.hibernate.sql.results.graph.embeddable
Subinterfaces of ModelPartContainer in org.hibernate.sql.results.graph.embeddable -
Uses of ModelPartContainer in org.hibernate.sql.results.graph.entity
Subinterfaces of ModelPartContainer in org.hibernate.sql.results.graph.entityModifier and TypeInterfaceDescriptioninterface
Fetchable which is entity-valued