Uses of Class
org.hibernate.metamodel.mapping.internal.MappingModelCreationProcess
Packages that use MappingModelCreationProcess
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 collections.
This package abstracts persistence mechanisms for entities.
Support for multi-table SQM mutation (insert, update, delete) operations using
a table to temporarily hold the matching ids.
SPI for handling SQM UPDATE and DELETE queries
A Hibernate
Type
is a strategy for mapping a Java
property type to a JDBC type or types.Defines a registry for Hibernate
Type
s.-
Uses of MappingModelCreationProcess in org.hibernate.boot.model.internal
Methods in org.hibernate.boot.model.internal with parameters of type MappingModelCreationProcessModifier and TypeMethodDescriptionstatic SoftDeleteMappingImpl
SoftDeleteHelper.resolveSoftDeleteMapping
(SoftDeletableModelPart softDeletableModelPart, SoftDeletable bootMapping, String tableName, MappingModelCreationProcess creationProcess) -
Uses of MappingModelCreationProcess in org.hibernate.metamodel.internal
Constructors in org.hibernate.metamodel.internal with parameters of type MappingModelCreationProcessModifierConstructorDescriptionAbstractCompositeIdentifierMapping
(EntityMappingType entityMapping, String tableExpression, MappingModelCreationProcess creationProcess) -
Uses of MappingModelCreationProcess in org.hibernate.metamodel.mapping
Methods in org.hibernate.metamodel.mapping with parameters of type MappingModelCreationProcessModifier and TypeMethodDescriptionEmbeddableMappingType.createInverseMappingType
(EmbeddedAttributeMapping valueMapping, TableGroupProducer declaringTableGroupProducer, SelectableMappings selectableMappings, MappingModelCreationProcess creationProcess) ForeignKeyDescriptor.withKeySelectionMapping
(ManagedMappingType declaringType, TableGroupProducer declaringTableGroupProducer, IntFunction<SelectableMapping> selectableMappingAccess, MappingModelCreationProcess creationProcess) Return a copy of this foreign key descriptor with the selectable mappings as provided by the given accessor. -
Uses of MappingModelCreationProcess in org.hibernate.metamodel.mapping.internal
Methods in org.hibernate.metamodel.mapping.internal with parameters of type MappingModelCreationProcessModifier and TypeMethodDescriptionstatic BasicAttributeMapping
MappingModelCreationHelper.buildBasicAttributeMapping
(String attrName, NavigableRole navigableRole, int stateArrayPosition, int fetchableIndex, Property bootProperty, ManagedMappingType declaringType, BasicType attrType, String tableExpression, String attrColumnName, SelectablePath selectablePath, boolean isAttrFormula, String readExpr, String writeExpr, String columnDefinition, Long length, Integer precision, Integer scale, Integer temporalPrecision, boolean isLob, boolean nullable, boolean insertable, boolean updateable, PropertyAccess propertyAccess, CascadeStyle cascadeStyle, MappingModelCreationProcess creationProcess) static EmbeddedForeignKeyDescriptor
MappingModelCreationHelper.buildEmbeddableForeignKeyDescriptor
(EmbeddableValuedModelPart embeddableValuedModelPart, Value bootValueMapping, ManagedMappingType keyDeclaringType, TableGroupProducer keyDeclaringTableGroupProducer, boolean inverse, boolean[] insertable, boolean[] updateable, Dialect dialect, MappingModelCreationProcess creationProcess) static EmbeddedAttributeMapping
MappingModelCreationHelper.buildEmbeddedAttributeMapping
(String attrName, int stateArrayPosition, int fetchableIndex, Property bootProperty, DependantValue dependantValue, int dependantColumnIndex, ManagedMappingType declaringType, CompositeType attrType, String tableExpression, String[] rootTableKeyColumnNames, PropertyAccess propertyAccess, CascadeStyle cascadeStyle, MappingModelCreationProcess creationProcess) static EmbeddedAttributeMapping
MappingModelCreationHelper.buildEmbeddedAttributeMapping
(String attrName, int stateArrayPosition, int fetchableIndex, Property bootProperty, ManagedMappingType declaringType, CompositeType attrType, String tableExpression, String[] rootTableKeyColumnNames, PropertyAccess propertyAccess, CascadeStyle cascadeStyle, MappingModelCreationProcess creationProcess) static EntityIdentifierMapping
MappingModelCreationHelper.buildEncapsulatedCompositeIdentifierMapping
(EntityPersister entityPersister, Property bootProperty, String attributeName, String rootTableName, String[] rootTableKeyColumnNames, CompositeType cidType, MappingModelCreationProcess creationProcess) static CompositeIdentifierMapping
MappingModelCreationHelper.buildNonEncapsulatedCompositeIdentifierMapping
(EntityPersister entityPersister, String rootTableName, String[] rootTableKeyColumnNames, PersistentClass bootEntityDescriptor, MappingModelCreationProcess creationProcess) static PluralAttributeMapping
MappingModelCreationHelper.buildPluralAttributeMapping
(String attrName, int stateArrayPosition, int fetchableIndex, Property bootProperty, ManagedMappingType declaringType, PropertyAccess propertyAccess, CascadeStyle cascadeStyle, FetchMode fetchMode, MappingModelCreationProcess creationProcess) static PluralAttributeMapping
MappingModelCreationHelper.buildPluralAttributeMapping
(String attrName, int stateArrayPosition, int fetchableIndex, Property bootProperty, ManagedMappingType declaringType, PropertyAccess propertyAccess, CascadeStyle cascadeStyle, FetchMode fetchMode, MappingModelCreationProcess creationProcess, Function<PluralAttributeMappingImpl, PluralAttributeMappingImpl> mappingConverter) For Hibernate Reactivestatic ToOneAttributeMapping
MappingModelCreationHelper.buildSingularAssociationAttributeMapping
(String attrName, NavigableRole navigableRole, int stateArrayPosition, int fetchableIndex, Property bootProperty, ManagedMappingType declaringType, EntityPersister declaringEntityPersister, EntityType attrType, PropertyAccess propertyAccess, CascadeStyle cascadeStyle, MappingModelCreationProcess creationProcess) For Hibernate Reactivestatic ToOneAttributeMapping
MappingModelCreationHelper.buildSingularAssociationAttributeMapping
(String attrName, NavigableRole navigableRole, int stateArrayPosition, int fetchableIndex, Property bootProperty, ManagedMappingType declaringType, EntityPersister declaringEntityPersister, EntityType attrType, PropertyAccess propertyAccess, CascadeStyle cascadeStyle, MappingModelCreationProcess creationProcess, Function<ToOneAttributeMapping, ToOneAttributeMapping> mappingConverter) EmbeddableMappingTypeImpl.createInverseMappingType
(EmbeddedAttributeMapping valueMapping, TableGroupProducer declaringTableGroupProducer, SelectableMappings selectableMappings, MappingModelCreationProcess creationProcess) IdClassEmbeddable.createInverseMappingType
(EmbeddedAttributeMapping valueMapping, TableGroupProducer declaringTableGroupProducer, SelectableMappings selectableMappings, MappingModelCreationProcess creationProcess) VirtualIdEmbeddable.createInverseMappingType
(EmbeddedAttributeMapping valueMapping, TableGroupProducer declaringTableGroupProducer, SelectableMappings selectableMappings, MappingModelCreationProcess creationProcess) static EmbeddedAttributeMapping
MappingModelCreationHelper.createInverseModelPart
(EmbeddableValuedModelPart modelPart, ManagedMappingType keyDeclaringType, TableGroupProducer declaringTableGroupProducer, SelectableMappings selectableMappings, MappingModelCreationProcess creationProcess) protected boolean
AbstractEmbeddableMapping.finishInitialization
(NavigableRole navigableRole, Component bootDescriptor, CompositeType compositeType, String rootTableExpression, String[] rootTableKeyColumnNames, EmbeddableMappingType declarer, EmbeddableRepresentationStrategy representationStrategy, AbstractEmbeddableMapping.AttributeTypeValidator attributeTypeValidator, AbstractEmbeddableMapping.ConcreteTableResolver concreteTableResolver, Consumer<AttributeMapping> attributeConsumer, AbstractEmbeddableMapping.SuccessfulCompletionCallback completionCallback, MappingModelCreationProcess creationProcess) boolean
EntityCollectionPart.finishInitialization
(CollectionPersister collectionDescriptor, Collection bootValueMapping, String fkTargetModelPartName, MappingModelCreationProcess creationProcess) Perform any delayed initialization.boolean
ManyToManyCollectionPart.finishInitialization
(CollectionPersister collectionDescriptor, Collection bootCollectionDescriptor, String fkTargetModelPartName, MappingModelCreationProcess creationProcess) boolean
OneToManyCollectionPart.finishInitialization
(CollectionPersister collectionDescriptor, Collection bootValueMapping, String fkTargetModelPartName, MappingModelCreationProcess creationProcess) void
PluralAttributeMappingImpl.finishInitialization
(Property bootProperty, Collection bootDescriptor, MappingModelCreationProcess creationProcess) DiscriminatedAssociationMapping.from
(NavigableRole containerRole, JavaType<?> baseAssociationJtd, DiscriminatedAssociationModelPart declaringModelPart, AnyType anyType, Any bootValueMapping, MappingModelCreationProcess creationProcess) static EmbeddableMappingTypeImpl
EmbeddableMappingTypeImpl.from
(Component bootDescriptor, CompositeType compositeType, boolean[] insertability, boolean[] updateability, Function<EmbeddableMappingType, EmbeddableValuedModelPart> embeddedPartBuilder, MappingModelCreationProcess creationProcess) static EmbeddableMappingTypeImpl
EmbeddableMappingTypeImpl.from
(Component bootDescriptor, CompositeType compositeType, String rootTableExpression, String[] rootTableKeyColumnNames, Property componentProperty, DependantValue dependantValue, int dependantColumnIndex, boolean[] insertability, boolean[] updateability, Function<EmbeddableMappingType, EmbeddableValuedModelPart> embeddedPartBuilder, MappingModelCreationProcess creationProcess) protected static AttributeMetadata
MappingModelCreationHelper.getAttributeMetadata
(Property bootProperty, Type attrType, PropertyAccess propertyAccess, CascadeStyle cascadeStyle, MappingModelCreationProcess creationProcess) static int[]
MappingModelCreationHelper.getPropertyOrder
(Value bootValueMapping, MappingModelCreationProcess creationProcess) static String
MappingModelCreationHelper.getTableIdentifierExpression
(Table table, MappingModelCreationProcess creationProcess) static boolean
MappingModelCreationHelper.interpretToOneKeyDescriptor
(ToOneAttributeMapping attributeMapping, Property bootProperty, ToOne bootValueMapping, PropertyAccess inversePropertyAccess, Dialect dialect, MappingModelCreationProcess creationProcess) Tries toToOneAttributeMapping.setForeignKeyDescriptor(org.hibernate.metamodel.mapping.ForeignKeyDescriptor)
to the given attributeattributeMapping
.protected boolean
AbstractEmbeddableMapping.inverseInitializeCallback
(TableGroupProducer declaringTableGroupProducer, SelectableMappings selectableMappings, EmbeddableMappingType inverseMappingType, MappingModelCreationProcess creationProcess, ManagedMappingType declaringType, MutableAttributeMappingList mappings) default void
InFlightEntityMappingType.linkWithSubType
(EntityMappingType sub, MappingModelCreationProcess creationProcess) default void
InFlightEntityMappingType.linkWithSuperType
(MappingModelCreationProcess creationProcess) Link an entity type with its super-type, if one.default void
InFlightCollectionMapping.prepareMappingModel
(MappingModelCreationProcess creationProcess) After all hierarchy types have been linked, this method is called to allow the mapping model to be prepared which generally includes creating attribute mapping descriptors, identifier mapping descriptor, etc.default void
InFlightEntityMappingType.prepareMappingModel
(MappingModelCreationProcess creationProcess) After all hierarchy types have been linked, this method is called to allow the mapping model to be prepared which generally includes creating attribute mapping descriptors, identifier mapping descriptor, etc.MappingModelCreationProcess.SubPartMappingProducer.produceSubMapping
(String role, MappingModelCreationProcess creationProcess) static BasicType<?>
MappingModelCreationHelper.resolveAggregateColumnBasicType
(MappingModelCreationProcess creationProcess, NavigableRole navigableRole, Column column) EmbeddedForeignKeyDescriptor.withKeySelectionMapping
(ManagedMappingType declaringType, TableGroupProducer declaringTableGroupProducer, IntFunction<SelectableMapping> selectableMappingAccess, MappingModelCreationProcess creationProcess) SimpleForeignKeyDescriptor.withKeySelectionMapping
(ManagedMappingType declaringType, TableGroupProducer declaringTableGroupProducer, IntFunction<SelectableMapping> selectableMappingAccess, MappingModelCreationProcess creationProcess) Constructors in org.hibernate.metamodel.mapping.internal with parameters of type MappingModelCreationProcessModifierConstructorDescriptionAbstractEntityCollectionPart
(CollectionPart.Nature nature, Collection collectionBootDescriptor, CollectionPersister collectionDescriptor, EntityMappingType associatedEntityTypeDescriptor, NotFoundAction notFoundAction, MappingModelCreationProcess creationProcess) BasicEntityIdentifierMappingImpl
(EntityPersister entityPersister, Supplier<?> instanceCreator, String attributeName, String rootTable, String pkColumnName, String columnDefinition, Long length, Integer precision, Integer scale, boolean insertable, boolean updateable, BasicType<?> idType, MappingModelCreationProcess creationProcess) CompoundNaturalIdMapping
(EntityMappingType declaringType, List<SingularAttributeMapping> attributes, MappingModelCreationProcess creationProcess) DiscriminatedAssociationAttributeMapping
(NavigableRole attributeRole, JavaType<?> baseAssociationJtd, ManagedMappingType declaringType, int stateArrayPosition, int fetchableIndex, AttributeMetadata attributeMetadata, FetchTiming fetchTiming, PropertyAccess propertyAccess, Property bootProperty, AnyType anyType, Any bootValueMapping, MappingModelCreationProcess creationProcess) DiscriminatedCollectionPart
(CollectionPart.Nature nature, CollectionPersister collectionDescriptor, JavaType<Object> baseAssociationJtd, Any bootValueMapping, AnyType anyType, MappingModelCreationProcess creationProcess) EmbeddableMappingTypeImpl
(EmbeddedAttributeMapping valueMapping, TableGroupProducer declaringTableGroupProducer, SelectableMappings selectableMappings, EmbeddableMappingType inverseMappingType, MappingModelCreationProcess creationProcess) EmbeddedForeignKeyDescriptor
(String keyTable, SelectableMappings keySelectableMappings, EmbeddableValuedModelPart keyMappingType, String targetTable, SelectableMappings targetSelectableMappings, EmbeddableValuedModelPart targetMappingType, boolean hasConstraint, MappingModelCreationProcess creationProcess) EmbeddedForeignKeyDescriptor
(EmbeddableValuedModelPart keyMappingType, EmbeddableValuedModelPart targetMappingType, String keyTable, SelectableMappings keySelectableMappings, String targetTable, SelectableMappings targetSelectableMappings, boolean hasConstraint, MappingModelCreationProcess creationProcess) EmbeddedIdentifierMappingImpl
(EntityMappingType entityMapping, String name, EmbeddableMappingType embeddableDescriptor, PropertyAccess propertyAccess, String tableExpression, MappingModelCreationProcess creationProcess) IdClassEmbeddable
(Component idClassSource, RootClass bootEntityDescriptor, NonAggregatedIdentifierMapping idMapping, EntityMappingType identifiedEntityMapping, String idTable, String[] idColumns, VirtualIdEmbeddable virtualIdEmbeddable, MappingModelCreationProcess creationProcess) IdClassEmbeddable
(EmbeddedAttributeMapping valueMapping, TableGroupProducer declaringTableGroupProducer, SelectableMappings selectableMappings, IdClassEmbeddable inverseMappingType, MappingModelCreationProcess creationProcess) ManyToManyCollectionPart
(CollectionPart.Nature nature, Collection collectionBootDescriptor, CollectionPersister collectionDescriptor, EntityMappingType associatedEntityDescriptor, NotFoundAction notFoundAction, MappingModelCreationProcess creationProcess) ManyToManyCollectionPart
(CollectionPart.Nature nature, Collection collectionBootDescriptor, CollectionPersister collectionDescriptor, EntityMappingType associatedEntityDescriptor, MappingModelCreationProcess creationProcess) NonAggregatedIdentifierMappingImpl
(EntityPersister entityPersister, RootClass bootEntityDescriptor, String rootTableName, String[] rootTableKeyColumnNames, MappingModelCreationProcess creationProcess) OneToManyCollectionPart
(CollectionPart.Nature nature, Collection bootCollectionDescriptor, CollectionPersister collectionDescriptor, EntityMappingType elementTypeDescriptor, NotFoundAction notFoundAction, MappingModelCreationProcess creationProcess) OneToManyCollectionPart
(CollectionPart.Nature nature, Collection bootCollectionDescriptor, CollectionPersister collectionDescriptor, EntityMappingType elementTypeDescriptor, MappingModelCreationProcess creationProcess) PluralAttributeMappingImpl
(String attributeName, Collection bootDescriptor, PropertyAccess propertyAccess, AttributeMetadata attributeMetadata, CollectionMappingType<?> collectionMappingType, int stateArrayPosition, int fetchableIndex, CollectionPart elementDescriptor, CollectionPart indexDescriptor, CollectionIdentifierDescriptor identifierDescriptor, FetchTiming fetchTiming, FetchStyle fetchStyle, CascadeStyle cascadeStyle, ManagedMappingType declaringType, CollectionPersister collectionDescriptor, MappingModelCreationProcess creationProcess) SimpleNaturalIdMapping
(SingularAttributeMapping attribute, EntityMappingType declaringType, MappingModelCreationProcess creationProcess) VirtualIdEmbeddable
(Component virtualIdSource, NonAggregatedIdentifierMapping idMapping, EntityPersister identifiedEntityMapping, String rootTableExpression, String[] rootTableKeyColumnNames, MappingModelCreationProcess creationProcess) VirtualIdEmbeddable
(EmbeddedAttributeMapping valueMapping, TableGroupProducer declaringTableGroupProducer, SelectableMappings selectableMappings, VirtualIdEmbeddable inverseMappingType, MappingModelCreationProcess creationProcess) -
Uses of MappingModelCreationProcess in org.hibernate.persister.collection
Methods in org.hibernate.persister.collection with parameters of type MappingModelCreationProcessModifier and TypeMethodDescriptionvoid
AbstractCollectionPersister.prepareMappingModel
(MappingModelCreationProcess creationProcess) -
Uses of MappingModelCreationProcess in org.hibernate.persister.entity
Methods in org.hibernate.persister.entity with parameters of type MappingModelCreationProcessModifier and TypeMethodDescriptionprotected EmbeddedAttributeMapping
AbstractEntityPersister.buildEmbeddedAttributeMapping
(String attrName, int stateArrayPosition, int fetchableIndex, Property bootProperty, DependantValue dependantValue, int dependantColumnIndex, ManagedMappingType declaringType, CompositeType attrType, String tableExpression, String[] rootTableKeyColumnNames, PropertyAccess propertyAccess, CascadeStyle cascadeStyle, MappingModelCreationProcess creationProcess) For Hibernate Reactiveprotected AttributeMapping
AbstractEntityPersister.buildPluralAttributeMapping
(String attrName, int stateArrayPosition, int fetchableIndex, Property bootProperty, ManagedMappingType declaringType, PropertyAccess propertyAccess, CascadeStyle cascadeStyle, FetchMode fetchMode, MappingModelCreationProcess creationProcess) For Hibernate Reactiveprotected AttributeMapping
AbstractEntityPersister.buildSingularAssociationAttributeMapping
(String attrName, NavigableRole navigableRole, int stateArrayPosition, int fetchableIndex, Property bootProperty, ManagedMappingType declaringType, EntityPersister declaringEntityPersister, EntityType attrType, PropertyAccess propertyAccess, CascadeStyle cascadeStyle, MappingModelCreationProcess creationProcess) For Hibernate Reactiveprotected EntityIdentifierMapping
AbstractEntityPersister.generateIdentifierMapping
(Supplier<?> templateInstanceCreator, PersistentClass bootEntityDescriptor, MappingModelCreationProcess creationProcess) protected EntityIdentifierMapping
JoinedSubclassEntityPersister.generateIdentifierMapping
(Supplier<?> templateInstanceCreator, PersistentClass bootEntityDescriptor, MappingModelCreationProcess creationProcess) protected NaturalIdMapping
AbstractEntityPersister.generateNaturalIdMapping
(MappingModelCreationProcess creationProcess, PersistentClass bootEntityDescriptor) protected EntityIdentifierMapping
AbstractEntityPersister.generateNonEncapsulatedCompositeIdentifierMapping
(MappingModelCreationProcess creationProcess, PersistentClass bootEntityDescriptor) protected EntityIdentifierMapping
JoinedSubclassEntityPersister.generateNonEncapsulatedCompositeIdentifierMapping
(MappingModelCreationProcess creationProcess, PersistentClass bootEntityDescriptor) protected AttributeMapping
AbstractEntityPersister.generateNonIdAttributeMapping
(NonIdentifierAttribute tupleAttrDefinition, Property bootProperty, int stateArrayPosition, int fetchableIndex, MappingModelCreationProcess creationProcess) protected EntityVersionMapping
AbstractEntityPersister.generateVersionMapping
(Supplier<?> templateInstanceCreator, PersistentClass bootEntityDescriptor, MappingModelCreationProcess creationProcess) protected static EntityVersionMapping
AbstractEntityPersister.generateVersionMapping
(AbstractEntityPersister entityPersister, Supplier<?> templateInstanceCreator, PersistentClass bootModelRootEntityDescriptor, MappingModelCreationProcess creationProcess) protected EntityVersionMapping
JoinedSubclassEntityPersister.generateVersionMapping
(Supplier<?> templateInstanceCreator, PersistentClass bootEntityDescriptor, MappingModelCreationProcess creationProcess) protected int
AbstractEntityPersister.getStateArrayInitialPosition
(MappingModelCreationProcess creationProcess) protected static SqmMultiTableInsertStrategy
AbstractEntityPersister.interpretSqmMultiTableInsertStrategy
(AbstractEntityPersister entityMappingDescriptor, MappingModelCreationProcess creationProcess) protected static SqmMultiTableMutationStrategy
AbstractEntityPersister.interpretSqmMultiTableStrategy
(AbstractEntityPersister entityMappingDescriptor, MappingModelCreationProcess creationProcess) void
AbstractEntityPersister.linkWithSubType
(EntityMappingType sub, MappingModelCreationProcess creationProcess) void
AbstractEntityPersister.linkWithSuperType
(MappingModelCreationProcess creationProcess) void
AbstractEntityPersister.prepareMappingModel
(MappingModelCreationProcess creationProcess) -
Uses of MappingModelCreationProcess in org.hibernate.query.derived
Methods in org.hibernate.query.derived with parameters of type MappingModelCreationProcessModifier and TypeMethodDescriptionAnonymousTupleEmbeddableValuedModelPart.createInverseMappingType
(EmbeddedAttributeMapping valueMapping, TableGroupProducer declaringTableGroupProducer, SelectableMappings selectableMappings, MappingModelCreationProcess creationProcess) -
Uses of MappingModelCreationProcess in org.hibernate.query.sqm.mutation.internal
Methods in org.hibernate.query.sqm.mutation.internal with parameters of type MappingModelCreationProcessModifier and TypeMethodDescriptionSqmMultiTableMutationStrategyProviderStandard.createInsertStrategy
(EntityMappingType rootEntityDescriptor, MappingModelCreationProcess creationProcess) SqmMultiTableMutationStrategyProviderStandard.createMutationStrategy
(EntityMappingType rootEntityDescriptor, MappingModelCreationProcess creationProcess) -
Uses of MappingModelCreationProcess in org.hibernate.query.sqm.mutation.internal.temptable
Methods in org.hibernate.query.sqm.mutation.internal.temptable with parameters of type MappingModelCreationProcessModifier and TypeMethodDescriptionvoid
GlobalTemporaryTableStrategy.prepare
(MappingModelCreationProcess mappingModelCreationProcess, JdbcConnectionAccess connectionAccess) void
LocalTemporaryTableStrategy.prepare
(MappingModelCreationProcess mappingModelCreationProcess, JdbcConnectionAccess connectionAccess) void
PersistentTableStrategy.prepare
(MappingModelCreationProcess mappingModelCreationProcess, JdbcConnectionAccess connectionAccess) -
Uses of MappingModelCreationProcess in org.hibernate.query.sqm.mutation.spi
Methods in org.hibernate.query.sqm.mutation.spi with parameters of type MappingModelCreationProcessModifier and TypeMethodDescriptionSqmMultiTableMutationStrategyProvider.createInsertStrategy
(EntityMappingType rootEntityDescriptor, MappingModelCreationProcess creationProcess) Determine the SqmMultiTableInsertStrategy to use for the given entitySqmMultiTableMutationStrategyProvider.createMutationStrategy
(EntityMappingType rootEntityDescriptor, MappingModelCreationProcess creationProcess) Determine the SqmMultiTableMutationStrategy to use for the given entitydefault void
SqmMultiTableInsertStrategy.prepare
(MappingModelCreationProcess mappingModelCreationProcess, JdbcConnectionAccess connectionAccess) Prepare the strategy for use.default void
SqmMultiTableMutationStrategy.prepare
(MappingModelCreationProcess mappingModelCreationProcess, JdbcConnectionAccess connectionAccess) Prepare the strategy for use. -
Uses of MappingModelCreationProcess in org.hibernate.type
Methods in org.hibernate.type with parameters of type MappingModelCreationProcessModifier and TypeMethodDescriptionvoid
ComponentType.injectMappingModelPart
(EmbeddableValuedModelPart part, MappingModelCreationProcess process) -
Uses of MappingModelCreationProcess in org.hibernate.type.spi
Methods in org.hibernate.type.spi with parameters of type MappingModelCreationProcessModifier and TypeMethodDescriptionvoid
CompositeTypeImplementor.injectMappingModelPart
(EmbeddableValuedModelPart part, MappingModelCreationProcess process)