Uses of Interface
org.hibernate.metamodel.mapping.ModelPartContainer
Packages that use ModelPartContainer
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.
Support for defining result set mappings used in
NativeQuery,
ProcedureCall, and StoredProcedureQuery.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.id
Subinterfaces of ModelPartContainer in org.hibernate.idModifier and TypeInterfaceDescriptioninterfaceDeprecated, for removal: This API element is subject to removal in a future version. -
Uses of ModelPartContainer in org.hibernate.loader.ast.spi
Subinterfaces of ModelPartContainer in org.hibernate.loader.ast.spiModifier and TypeInterfaceDescriptioninterfaceCommon 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 TypeClassDescriptionclassBase implementation for composite identifier mappings -
Uses of ModelPartContainer in org.hibernate.metamodel.mapping
Subinterfaces of ModelPartContainer in org.hibernate.metamodel.mappingModifier and TypeInterfaceDescriptioninterfaceMapping for a composite identifierinterfaceA discriminated association.interfaceDescribes an embeddable - the actual typeinterfaceDescribes the mapping of an embeddable (composite).interfaceCommonality between `many-to-one`, `one-to-one` and `any`, as well as entity-valued collection elements and map-keysinterfaceMapping of an entityinterfaceinterfaceMapping-model corollary toManagedTypeinterfaceA "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 interfaceThink of an AttributeConverter for id values to account for representation difference between virtual and id-class mappingsinterfaceMapping of a plural (collection-valued) attributeinterfaceModel 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 TypeInterfaceDescriptioninterfaceAn entity-valued collection-part.interfaceClasses in org.hibernate.metamodel.mapping.internal that implement ModelPartContainerModifier and TypeClassDescriptionclassBase support for EmbeddableMappingType implementationsclassBase support for EntityCollectionPart implementationsclassMulti-attribute NaturalIdMapping implementationclassSingular, any-valued attributeclassclassDescribes a "normal" embeddable.classclassclassSupport forEmbeddedIdclassEmbeddableMappingType implementation describing anIdClassclassThe inverse part of a "non-aggregated" composite identifier.classEntity-valued collection-part mapped through a join table.classA "non-aggregated" composite identifier.classorder( id, ... ) item( id, order_fk, ... ) `Order#items` table : item key : order_fk element : idclassclassclassclassEmbeddable 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.entityModifier and TypeInterfaceDescriptioninterfaceDeprecated.Just used to singly extend all the deprecated entity persister rolesinterfaceA strategy for persisting a mapped entity class.interfaceDeprecated, for removal: This API element is subject to removal in a future version.interfaceDeprecated, for removal: This API element is subject to removal in a future version.interfaceDeprecated, for removal: This API element is subject to removal in a future version.interfaceDeprecated.UseEntityMappingTypeinsteadinterfaceDeprecated, for removal: This API element is subject to removal in a future version.interfaceClasses in org.hibernate.persister.entity that implement ModelPartContainerModifier and TypeClassDescriptionclassBasic functionality for persisting an entity via JDBC, using either generated or custom SQL.classAnEntityPersisterimplementing the normalizedInheritanceType.JOINEDinheritance mapping strategy for an entity and its inheritance hierarchy.classThe default implementation of theEntityPersisterinterface.classAnEntityPersisterimplementing theInheritanceType.TABLE_PER_CLASSmapping strategy for an entity and its inheritance hierarchy. -
Uses of ModelPartContainer in org.hibernate.query.derived
Classes in org.hibernate.query.derived that implement ModelPartContainerModifier and TypeClassDescriptionclassclassclassclassclassThe table group producer for an anonymous tuple type.classThe 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 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 ModelPartContainerSqmUtil.getTargetMappingIfNeeded(SqmPath<?> sqmPath, ModelPartContainer modelPartContainer, SqmToSqlAstConverter sqlAstCreationState) Utility that returns the entity association target's mapping type if the specifiedsqmPathshould be dereferenced using the target table, i.e. when the path's lhs is an explicit join that is used in the group by clause, or defaults to the providedmodelPartContainerotherwise.Methods in org.hibernate.query.sqm.internal with parameters of type ModelPartContainerModifier and TypeMethodDescriptionstatic ModelPartContainerSqmUtil.getTargetMappingIfNeeded(SqmPath<?> sqmPath, ModelPartContainer modelPartContainer, SqmToSqlAstConverter sqlAstCreationState) Utility that returns the entity association target's mapping type if the specifiedsqmPathshould be dereferenced using the target table, i.e. when the path's lhs is an explicit join that is used in the group by clause, or defaults to the providedmodelPartContainerotherwise. -
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 TypeInterfaceDescriptioninterfaceContract for things that can produce theTableGroupthat is a root of afrom-clauseinterfaceinterfaceMarker 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 TypeInterfaceDescriptioninterfaceFetchable which is entity-valued
EntityPersisterinstead.