Uses of Class
org.hibernate.sql.model.TableMapping.MutationDetails
Packages that use TableMapping.MutationDetails
Package
Description
Defines support for performing mutation operations against collections.
Defines support for performing mutation operations originating
from persistence-context events.
Package contains specialized SQL AST nodes and builders for table mutations
of model parts
originating from normal persistence-context events.
Support for building
TableMutation
references for persisting entity mutation events-
Uses of TableMapping.MutationDetails in org.hibernate.persister.collection.mutation
Methods in org.hibernate.persister.collection.mutation that return TableMapping.MutationDetailsModifier and TypeMethodDescriptionCollectionTableMapping.getDeleteDetails()CollectionTableMapping.getDeleteRowDetails()CollectionTableMapping.getInsertDetails()CollectionTableMapping.getUpdateDetails()Constructors in org.hibernate.persister.collection.mutation with parameters of type TableMapping.MutationDetailsModifierConstructorDescriptionCollectionTableMapping(String tableName, String[] spaces, boolean isJoinTable, boolean isInverse, TableMapping.MutationDetails insertDetails, TableMapping.MutationDetails updateDetails, boolean cascadeDeleteEnabled, TableMapping.MutationDetails deleteAllDetails, TableMapping.MutationDetails deleteRowDetails) -
Uses of TableMapping.MutationDetails in org.hibernate.persister.entity.mutation
Methods in org.hibernate.persister.entity.mutation that return TableMapping.MutationDetailsModifier and TypeMethodDescriptionEntityTableMapping.getDeleteDetails()EntityTableMapping.getInsertDetails()EntityTableMapping.getUpdateDetails() -
Uses of TableMapping.MutationDetails in org.hibernate.sql.model
Methods in org.hibernate.sql.model that return TableMapping.MutationDetailsModifier and TypeMethodDescriptionTableMapping.getDeleteDetails()Details for deleting from this tableTableMapping.getInsertDetails()Details for insertion into this tableTableMapping.getUpdateDetails()Details for updating this table -
Uses of TableMapping.MutationDetails in org.hibernate.sql.model.ast.builder
Methods in org.hibernate.sql.model.ast.builder with parameters of type TableMapping.MutationDetailsModifier and TypeMethodDescriptionprotected voidAbstractRestrictedTableMutationBuilder.adjustCustomSqlTenantRestriction(TableMapping.MutationDetails details, List<ColumnValueParameter> parameters) Custom SQL may use the original parameter list or append the session tenant.Constructors in org.hibernate.sql.model.ast.builder with parameters of type TableMapping.MutationDetailsModifierConstructorDescriptionTableUpdateBuilderStandard(MutationTarget<?> mutationTarget, MutatingTableReference tableReference, TableMapping.MutationDetails mutationDetails, String whereFragment, SessionFactoryImplementor sessionFactory)