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 buildingTableMutation
references 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 void
DeleteCoordinatorSoft. applyNonVersionOptLocking(OptimisticLockStyle lockStyle, TableUpdateBuilderStandard<MutationOperation> tableUpdateBuilder, Object[] loadedState, SharedSessionContractImplementor session)
protected void
DeleteCoordinatorSoft. applyOptimisticLocking(TableUpdateBuilderStandard<MutationOperation> tableUpdateBuilder, Object[] loadedState, SharedSessionContractImplementor session)
protected void
DeleteCoordinatorSoft. 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 class
CollectionRowDeleteByUpdateSetNullBuilder<O extends MutationOperation>
Custom table update builder for one-to-many collections that handles row deletes
-