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 TypeMethodDescriptionvoidGeneratedValues.addGeneratedValue(ModelPart modelPart, Object value) Register a generated value for the correspondingModelPartGeneratedValues.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 TypeInterfaceDescriptioninterfaceCommon 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 TypeInterfaceDescriptioninterfaceAn "aggregated" composite identifier, which is another way to say that the identifier is represented as an embeddable.interfaceCommonality for an association, mainly details relative to the foreign-keyinterfaceDescribes an attribute at the mapping model level.interfaceMapping for a simple, single-column identifierinterfaceDescribes a ModelPart which is a basic value, either aBasicattribute a basic-valued collection partinterfaceDescriptor for the collection identifier.interfaceHibernate 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 mappingsinterfaceMapping for a composite identifierinterfaceA discriminated association.interfaceMapping of a discriminator, for either entity or association (ANY) discrimination.interfaceDetails about the discriminator for an embeddable hierarchy.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-keysinterfaceDetails about the discriminator for an entity hierarchy.interfaceDescribes the mapping of an entity's identifier.interfaceMapping of an entityinterfaceMapping of a row-idinterfaceinterfaceDescribes the mapping of an entity's versioninterfaceDescriptor for foreign-keysinterfaceMapping-model corollary toManagedTypeinterfaceAccess to a group of ModelPart by name or for iteration.interfaceMapping for an entity's natural-id, if one is defined.interfaceA "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 mappingsinterfaceMarker interface for valued model parts that have a declaring/owner type.interfaceMapping of a plural (collection-valued) attributeinterfaceMapping for a singular (non-collection) attribute.interfaceModel part which can be soft-deletedinterfaceMetadata about the indicator column for entities and collections enabled for soft deleteinterfaceDescribes a ModelPart that is also a ValueMapping (and therefore also a SelectableMappings).interfaceMarker 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 ModelPartModelPartContainer.findByPath(String path) default ModelPartModelPartContainer.findByPath(DotIdentifierSequence path) default ModelPartEmbeddableValuedModelPart.findSubPart(String name, EntityMappingType treatTargetType) default ModelPartEntityMappingType.findSubPart(String name) default ModelPartEntityValuedModelPart.findSubPart(String name) default ModelPartEntityValuedModelPart.findSubPart(String name, EntityMappingType targetType) ModelPartContainer.findSubPart(String name, EntityMappingType treatTargetType) default ModelPartEntityMappingType.findSubTypesSubPart(String name, EntityMappingType treatTargetType) default ModelPartCollectionPart.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 voidEmbeddableValuedModelPart.forEachSubPart(org.hibernate.internal.util.IndexedConsumer<ModelPart> consumer, EntityMappingType treatTarget) default voidEntityValuedModelPart.forEachSubPart(org.hibernate.internal.util.IndexedConsumer<ModelPart> consumer, EntityMappingType treatTarget) default voidModelPartContainer.forEachSubPart(org.hibernate.internal.util.IndexedConsumer<ModelPart> consumer) voidModelPartContainer.forEachSubPart(org.hibernate.internal.util.IndexedConsumer<ModelPart> consumer, EntityMappingType treatTarget) default voidEmbeddableValuedModelPart.visitSubParts(Consumer<ModelPart> consumer, EntityMappingType treatTargetType) default voidEntityValuedModelPart.visitSubParts(Consumer<ModelPart> consumer, EntityMappingType targetType) voidModelPartContainer.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 TypeInterfaceDescriptioninterfaceorg.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 ModelPartDomainPathContinuation.referencedModelPartMethods 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 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.Fields in org.hibernate.persister.entity with type parameters of type ModelPartModifier and TypeFieldDescriptionAbstractEntityPersister.insertGeneratedPropertiesAbstractEntityPersister.updateGeneratedPropertiesMethods 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 TypeMethodDescriptionvoidAbstractEntityPersister.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 ModelPartEntityTableMapping.AbstractKeyMapping.identifierPartMethods 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 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 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 TypeInterfaceDescriptioninterfaceContract for model-parts which contribute to their container's state array for database snapshotsinterfaceParts of the domain model that can be fetched.interfaceContainer ofFetchablereferencesMethods in org.hibernate.sql.results.graph that return ModelPartModifier and TypeMethodDescriptionInitializer.getInitializedPart()default ModelPartFetchParent.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 TypeInterfaceDescriptioninterfaceFetchable which is entity-valued