Uses of Interface
org.hibernate.sql.model.ast.CustomSqlMutation
-
Packages that use CustomSqlMutation Package Description org.hibernate.sql.model.internal -
-
Uses of CustomSqlMutation in org.hibernate.sql.model.internal
Classes in org.hibernate.sql.model.internal that implement CustomSqlMutation Modifier and Type Class Description class
TableDeleteCustomSql
Deletion defined using custom sql-deleteclass
TableInsertCustomSql
Insertion defined using custom sql-insertclass
TableUpdateCustomSql
Update defined using custom sql-update
-