Uses of Interface
org.hibernate.metamodel.mapping.ModelPart
Packages that use ModelPart
Package
Description
Support for temporary tables.
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.
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.
SPI for execution of SQL statements via JDBC.
Defines domain result graphs.
-
Uses of ModelPart in org.hibernate.dialect.temptable
Methods in org.hibernate.dialect.temptable with parameters of type ModelPartModifier and TypeMethodDescriptionTemporaryTable.findTemporaryTableColumns
(EntityPersister entityDescriptor, ModelPart modelPart) -
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.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.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-keyMethod parameters in org.hibernate.metamodel.mapping with type arguments of type ModelPartModifier and TypeMethodDescriptiondefault void
EmbeddableValuedModelPart.forEachSubPart
(org.hibernate.internal.util.IndexedConsumer<ModelPart> consumer, EntityMappingType treatTarget) default void
EntityValuedModelPart.forEachSubPart
(org.hibernate.internal.util.IndexedConsumer<ModelPart> consumer, EntityMappingType treatTarget) default void
ModelPartContainer.forEachSubPart
(org.hibernate.internal.util.IndexedConsumer<ModelPart> consumer) void
ModelPartContainer.forEachSubPart
(org.hibernate.internal.util.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
org.hibernate.metamodel.mapping.internal.SingleAttributeIdentifierMapping
-
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
Fields in org.hibernate.persister.entity.mutation declared as ModelPartModifier and TypeFieldDescriptionprotected final ModelPart
EntityTableMapping.AbstractKeyMapping.identifierPart
Methods in org.hibernate.persister.entity.mutation that return ModelPartModifier and TypeMethodDescriptionEntityMutationTarget.getIdentifierDescriptor()
The ModelPart describing the identifier/key for this targetMethods in org.hibernate.persister.entity.mutation with parameters of type ModelPartModifier and TypeMethodDescriptionEntityTableMapping.createKeyMapping
(List<EntityTableMapping.KeyColumn> keyColumns, ModelPart identifierPart) Constructors in org.hibernate.persister.entity.mutation with parameters of type ModelPartModifierConstructorDescriptionAbstractKeyMapping
(List<EntityTableMapping.KeyColumn> keyColumns, ModelPart identifierPart) -
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.sql.ast.tree.cte
Methods in org.hibernate.sql.ast.tree.cte with parameters of type ModelPart -
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.exec.spi
Methods in org.hibernate.sql.exec.spi that return ModelPart -
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