Uses of Interface
org.hibernate.sql.model.ast.builder.TableUpdateBuilder
-
Packages that use TableUpdateBuilder Package Description org.hibernate.sql.model.ast.builder Support for buildingTableMutation
references for persisting entity mutation events -
-
Uses of TableUpdateBuilder in org.hibernate.sql.model.ast.builder
Classes in org.hibernate.sql.model.ast.builder that implement TableUpdateBuilder Modifier and Type Class Description class
AbstractTableUpdateBuilder<O extends MutationOperation>
Base support for TableUpdateBuilder implementationsclass
CollectionRowDeleteByUpdateSetNullBuilder<O extends MutationOperation>
Custom table update builder for one-to-many collections that handles row deletesclass
TableUpdateBuilderSkipped
class
TableUpdateBuilderStandard<O extends MutationOperation>
Standard TableUpdateBuilder implementation
-