Uses of Class
org.hibernate.sql.model.ast.builder.TableUpdateBuilderStandard
-
Packages that use TableUpdateBuilderStandard Package Description org.hibernate.persister.entity.mutation Defines support for performing mutation operations originating from persistence-context events.org.hibernate.sql.model.ast.builder Support for buildingTableMutationreferences for persisting entity mutation events -
-
Uses of TableUpdateBuilderStandard in org.hibernate.persister.entity.mutation
Methods in org.hibernate.persister.entity.mutation with parameters of type TableUpdateBuilderStandard Modifier and Type Method Description protected voidDeleteCoordinatorSoft. applyNonVersionOptLocking(OptimisticLockStyle lockStyle, TableUpdateBuilderStandard<MutationOperation> tableUpdateBuilder, Object[] loadedState, SharedSessionContractImplementor session)protected voidDeleteCoordinatorSoft. applyOptimisticLocking(TableUpdateBuilderStandard<MutationOperation> tableUpdateBuilder, Object[] loadedState, SharedSessionContractImplementor session)protected voidDeleteCoordinatorSoft. applyVersionBasedOptLocking(TableUpdateBuilderStandard<MutationOperation> tableUpdateBuilder) -
Uses of TableUpdateBuilderStandard in org.hibernate.sql.model.ast.builder
Subclasses of TableUpdateBuilderStandard in org.hibernate.sql.model.ast.builder Modifier and Type Class Description classCollectionRowDeleteByUpdateSetNullBuilder<O extends MutationOperation>Custom table update builder for one-to-many collections that handles row deletes
-