Uses of Interface
org.hibernate.query.MutationQuery

Packages that use MutationQuery
Package
Description
This package defines some central internal SPI abstractions used throughout the implementation of Hibernate.
Defines an SPI for calling stored procedures and functions.
Everything related to HQL/JPQL, native SQL, and criteria queries.
SPIs for HQL support.
Support for SelectionSpecification and MutationSpecification which is similar in concept to criteria queries, but focused on ease-of-use and less verbosity.
Contains a range of internal abstractions for dealing with query execution, query plans, query options, and query parameters.
SPIs for native SQL query support.