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.-
Uses of JpaCriteriaInsertSelect in org.hibernate.engine.spi
Methods in org.hibernate.engine.spi with parameters of type JpaCriteriaInsertSelectModifier and TypeMethodDescriptionSessionDelegatorBaseImpl.createMutationQuery
(JpaCriteriaInsertSelect insertSelect) SessionLazyDelegator.createMutationQuery
(JpaCriteriaInsertSelect insertSelect) SharedSessionDelegatorBaseImpl.createMutationQuery
(JpaCriteriaInsertSelect insertSelect) -
Uses of JpaCriteriaInsertSelect in org.hibernate.internal
Methods in org.hibernate.internal with parameters of type JpaCriteriaInsertSelectModifier and TypeMethodDescriptionAbstractSharedSessionContract.createMutationQuery
(JpaCriteriaInsertSelect insertSelect) -
Uses of JpaCriteriaInsertSelect in org.hibernate.query
Methods in org.hibernate.query with parameters of type JpaCriteriaInsertSelectModifier and TypeMethodDescriptionQueryProducer.createMutationQuery
(JpaCriteriaInsertSelect insertSelect) Create aMutationQuery
from the given insert-select criteria tree -
Uses of JpaCriteriaInsertSelect in org.hibernate.query.criteria
Methods in org.hibernate.query.criteria that return JpaCriteriaInsertSelectModifier and TypeMethodDescription<T> JpaCriteriaInsertSelect<T>
HibernateCriteriaBuilder.createCriteriaInsertSelect
(Class<T> targetEntity) JpaCriteriaInsertSelect.onConflict
(JpaConflictClause<T> conflictClause) JpaCriteriaInsertSelect.select
(CriteriaQuery<Tuple> criteriaQuery) -
Uses of JpaCriteriaInsertSelect in org.hibernate.query.criteria.spi
Methods in org.hibernate.query.criteria.spi that return JpaCriteriaInsertSelectModifier and TypeMethodDescription<T> JpaCriteriaInsertSelect<T>
HibernateCriteriaBuilderDelegate.createCriteriaInsertSelect
(Class<T> targetEntity) -
Uses of JpaCriteriaInsertSelect in org.hibernate.query.sqm.tree.insert
Classes in org.hibernate.query.sqm.tree.insert that implement JpaCriteriaInsertSelect