Uses of Interface
org.hibernate.metamodel.mapping.ModelPartContainer
-
Packages that use ModelPartContainer Package Description org.hibernate.id This package and its subpackages, especiallyorg.hibernate.id.enhanced
, contain the built-in id generators, all of which implement eitherIdentifierGenerator
orPostInsertIdentifierGenerator
.org.hibernate.loader.ast.spi org.hibernate.metamodel.internal 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 Support for defining result set mappings used inNativeQuery
,ProcedureCall
, andStoredProcedureQuery
.org.hibernate.query.sqm.internal Package for the SQM-backed Query implementation detailsorg.hibernate.sql.ast.tree.cte Support for common table expressions (CTE) in a SQL tree.org.hibernate.sql.ast.tree.from AST nodes representing root tables and joins in a SQL tree.org.hibernate.sql.model Package contains specialized SQL AST nodes and builders for table mutations of model parts originating from normal persistence-context events.org.hibernate.sql.results.graph Defines domain result graphs.org.hibernate.sql.results.graph.embeddable org.hibernate.sql.results.graph.entity -
-
Uses of ModelPartContainer in org.hibernate.id
Subinterfaces of ModelPartContainer 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 ModelPartContainer in org.hibernate.loader.ast.spi
Subinterfaces of ModelPartContainer in org.hibernate.loader.ast.spi Modifier and Type Interface Description interface
Loadable
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 ModelPartContainer Modifier and Type Class Description class
AbstractCompositeIdentifierMapping
Base implementation for composite identifier mappings -
Uses of ModelPartContainer in org.hibernate.metamodel.mapping
Subinterfaces of ModelPartContainer in org.hibernate.metamodel.mapping Modifier and Type Interface Description interface
CompositeIdentifierMapping
Mapping for a composite identifierinterface
DiscriminatedAssociationModelPart
A discriminated association.interface
EmbeddableMappingType
Describes an embeddable - the actual typeinterface
EmbeddableValuedModelPart
Describes the mapping of an embeddable (composite).interface
EntityAssociationMapping
Commonality between `many-to-one`, `one-to-one` and `any`, as well as entity-valued collection elements and map-keysinterface
EntityMappingType
Mapping of an entityinterface
EntityValuedModelPart
interface
ManagedMappingType
Mapping-model corollary toManagedType
interface
NonAggregatedIdentifierMapping
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
NonAggregatedIdentifierMapping.IdentifierValueMapper
Think of an AttributeConverter for id values to account for representation difference between virtual and id-class mappingsinterface
PluralAttributeMapping
Mapping of a plural (collection-valued) attribute -
Uses of ModelPartContainer in org.hibernate.metamodel.mapping.internal
Subinterfaces of ModelPartContainer 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 ModelPartContainer Modifier and Type Class Description class
AbstractEmbeddableMapping
Base support for EmbeddableMappingType implementationsclass
AbstractEntityCollectionPart
Base support for EntityCollectionPart implementationsclass
CompoundNaturalIdMapping
Multi-attribute NaturalIdMapping implementationclass
DiscriminatedAssociationAttributeMapping
Singular, any-valued attributeclass
DiscriminatedCollectionPart
class
EmbeddableMappingTypeImpl
Describes a "normal" embeddable.class
EmbeddedAttributeMapping
class
EmbeddedCollectionPart
class
EmbeddedIdentifierMappingImpl
Support forEmbeddedId
class
IdClassEmbeddable
EmbeddableMappingType implementation describing anIdClass
class
InverseNonAggregatedIdentifierMapping
The inverse part of a "non-aggregated" composite identifier.class
ManyToManyCollectionPart
Entity-valued collection-part mapped through a join table.class
NonAggregatedIdentifierMappingImpl
A "non-aggregated" composite identifier.class
OneToManyCollectionPart
order( id, ...class
PluralAttributeMappingImpl
class
ToOneAttributeMapping
class
VirtualEmbeddedAttributeMapping
class
VirtualIdEmbeddable
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.entity Modifier and Type Interface Description interface
DeprecatedEntityStuff
Deprecated.Just used to singly extend all the deprecated entity persister rolesinterface
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
Deprecated, for removal: This API element is subject to removal in a future version.interface
OuterJoinLoadable
Deprecated, for removal: This API element is subject to removal in a future version.interface
Queryable
Deprecated.UseEntityMappingType
insteadinterface
SQLLoadable
Deprecated, for removal: This API element is subject to removal in a future version.interface
UniqueKeyLoadable
Classes in org.hibernate.persister.entity that implement ModelPartContainer Modifier and Type Class Description class
AbstractEntityPersister
Basic functionality for persisting an entity via JDBC, using either generated or custom SQL.class
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 ModelPartContainer in org.hibernate.query.derived
Classes in org.hibernate.query.derived that implement ModelPartContainer Modifier and Type Class Description class
AnonymousTupleEmbeddableValuedModelPart
class
AnonymousTupleEmbeddedEntityIdentifierMapping
class
AnonymousTupleEntityValuedModelPart
class
AnonymousTupleNonAggregatedEntityIdentifierMapping
class
AnonymousTupleTableGroupProducer
The table group producer for an anonymous tuple type.class
CteTupleTableGroupProducer
The table group producer for a CTE tuple type. -
Uses of ModelPartContainer in org.hibernate.query.results
Constructors in org.hibernate.query.results with parameters of type ModelPartContainer Constructor Description TableGroupImpl(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 ModelPartContainer Modifier and Type Method Description static 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 ModelPartContainer Modifier and Type Method Description static 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 ModelPartContainer Constructor Description CteTableGroup(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.from Modifier and Type Interface Description interface
RootTableGroupProducer
Contract for things that can produce theTableGroup
that is a root of afrom-clause
interface
TableGroupJoinProducer
interface
TableGroupProducer
Marker interface for anything which produces a TableGroupMethods in org.hibernate.sql.ast.tree.from that return ModelPartContainer Modifier and Type Method Description ModelPartContainer
MappedByTableGroup. getExpressionType()
ModelPartContainer
StandardVirtualTableGroup. getExpressionType()
ModelPartContainer
AbstractTableGroup. getModelPart()
ModelPartContainer
DelegatingTableGroup. getModelPart()
ModelPartContainer
MappedByTableGroup. getModelPart()
ModelPartContainer
MutatingTableReferenceGroupWrapper. getModelPart()
ModelPartContainer
TableGroup. getModelPart()
Constructors in org.hibernate.sql.ast.tree.from with parameters of type ModelPartContainer Constructor Description AbstractTableGroup(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 ModelPartContainer Modifier and Type Method Description ModelPartContainer
MutationTarget. 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 Modifier and Type Interface Description interface
FetchableContainer
Container ofFetchable
references -
Uses of ModelPartContainer in org.hibernate.sql.results.graph.embeddable
Subinterfaces of ModelPartContainer in org.hibernate.sql.results.graph.embeddable Modifier and Type Interface Description interface
EmbeddableValuedFetchable
-
Uses of ModelPartContainer in org.hibernate.sql.results.graph.entity
Subinterfaces of ModelPartContainer in org.hibernate.sql.results.graph.entity Modifier and Type Interface Description interface
EntityValuedFetchable
Fetchable which is entity-valued
-