Uses of Interface
org.hibernate.query.criteria.JpaCriteriaInsertSelect

Packages that use JpaCriteriaInsertSelect
Package
Description
This package defines some central internal SPI abstractions used throughout the implementation of Hibernate.
An internal package containing implementations of central Hibernate APIs, mostly defined in org.hibernate.
Everything related to HQL/JPQL, native SQL, and criteria queries.
The JPA-standard criteria query API defines all the operations needed express any query written in standard JPQL.
SPI for extending HibernateCriteriaBuilder with additional functionality by registering a Service.
Nodes representing insert statements in the SQM tree.