Uses of Interface
org.hibernate.sql.model.MutationOperation

Packages that use MutationOperation
Package
Description
This package abstracts over the multifarious dialects of SQL understood by the databases supported by Hibernate.
Internal package containing dialect-specific extensions of AbstractSqlAstTranslator.
Defines support for performing mutation operations originating from persistence-context events.
Package defining support for creating and consuming a SQL AST.
Package contains specialized SQL AST nodes and builders for table mutations of model parts originating from normal persistence-context events.
SQL AST extensions for model mutations.
Support for building TableMutation references for persisting entity mutation events
Extensions to JdbcOperation for model mutations.