Uses of Interface
org.hibernate.sql.model.ast.builder.TableUpdateBuilder
-
Packages that use TableUpdateBuilder Package Description org.hibernate.sql.model.ast.builder Support for buildingTableMutationreferences 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 classAbstractTableUpdateBuilder<O extends MutationOperation>Base support for TableUpdateBuilder implementationsclassTableUpdateBuilderSkippedclassTableUpdateBuilderStandard<O extends MutationOperation>Standard TableUpdateBuilder implementation
-