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

Packages that use MutationTarget
Package
Description
 
This package abstracts persistence mechanisms for collections.
Defines support for performing mutation operations against collections.
This package abstracts persistence mechanisms for entities.
Defines support for performing mutation operations originating from persistence-context events.
Package defining the SQL AST.
AST nodes representing delete statements in a SQL tree.
AST nodes representing insert statements in a SQL tree.
AST nodes representing update statements in a SQL tree.
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.