Uses of Class
org.hibernate.sql.model.jdbc.JdbcDeleteMutation
Packages that use JdbcDeleteMutation
Package
Description
SQL AST extensions for model mutations.
Support for building
TableMutation
references for persisting entity mutation eventsExtensions to
JdbcOperation for model mutations.-
Uses of JdbcDeleteMutation in org.hibernate.sql.model.ast
Subclasses with type arguments of type JdbcDeleteMutation in org.hibernate.sql.model.astSubinterfaces with type arguments of type JdbcDeleteMutation in org.hibernate.sql.model.astModifier and TypeInterfaceDescriptioninterfaceModels an update to a model (entity or collection) table, triggered from flushMethods in org.hibernate.sql.model.ast that return JdbcDeleteMutationModifier and TypeMethodDescriptionprotected JdbcDeleteMutationAbstractTableDelete.createMutationOperation(TableMapping tableDetails, String sql, List<JdbcParameterBinder> effectiveBinders) -
Uses of JdbcDeleteMutation in org.hibernate.sql.model.ast.builder
Subclasses with type arguments of type JdbcDeleteMutation in org.hibernate.sql.model.ast.builderModifier and TypeClassDescriptionclassStandard TableDeleteBuilder implementation used when Hibernate generates the delete statementSubinterfaces with type arguments of type JdbcDeleteMutation in org.hibernate.sql.model.ast.builderModifier and TypeInterfaceDescriptioninterfaceTableMutationBuilderimplementation fordeletestatements. -
Uses of JdbcDeleteMutation in org.hibernate.sql.model.jdbc
Methods in org.hibernate.sql.model.jdbc that return JdbcDeleteMutationModifier and TypeMethodDescriptionprotected JdbcDeleteMutationOptionalTableUpdateOperation.createJdbcDelete(SharedSessionContractImplementor session)