Uses of Interface
org.hibernate.query.criteria.JpaCriteriaInsert
Packages that use JpaCriteriaInsert
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.
Nodes representing
insert
statements in the SQM tree.-
Uses of JpaCriteriaInsert in org.hibernate.engine.spi
Methods in org.hibernate.engine.spi with parameters of type JpaCriteriaInsertModifier and TypeMethodDescriptionSessionDelegatorBaseImpl.createMutationQuery
(JpaCriteriaInsert insertSelect) SessionLazyDelegator.createMutationQuery
(JpaCriteriaInsert insertSelect) SharedSessionDelegatorBaseImpl.createMutationQuery
(JpaCriteriaInsert insertSelect) -
Uses of JpaCriteriaInsert in org.hibernate.internal
Methods in org.hibernate.internal with parameters of type JpaCriteriaInsertModifier and TypeMethodDescriptionAbstractSharedSessionContract.createMutationQuery
(JpaCriteriaInsert insertSelect) -
Uses of JpaCriteriaInsert in org.hibernate.query
Methods in org.hibernate.query with parameters of type JpaCriteriaInsertModifier and TypeMethodDescriptionQueryProducer.createMutationQuery
(JpaCriteriaInsert insertSelect) Create aMutationQuery
from the given insert criteria tree -
Uses of JpaCriteriaInsert in org.hibernate.query.criteria
Subinterfaces of JpaCriteriaInsert in org.hibernate.query.criteriaModifier and TypeInterfaceDescriptioninterface
A representation of SqmInsertSelectStatement at theorg.hibernate.query.criteria
level, even though JPA does not define support for insert-select criteria.interface
A representation of SqmInsertValuesStatement at theorg.hibernate.query.criteria
level, even though JPA does not define support for insert-values criteria.Methods in org.hibernate.query.criteria that return JpaCriteriaInsertModifier and TypeMethodDescriptionJpaCriteriaInsert.onConflict
(@Nullable JpaConflictClause<T> conflictClause) Sets the conflict clause that defines what happens when an insert violates a unique constraint.JpaCriteriaInsert.setInsertionTargetPaths
(Path<?>... insertionTargetPaths) Sets the insertion target paths.JpaCriteriaInsert.setInsertionTargetPaths
(List<? extends Path<?>> insertionTargetPaths) Sets the insertion target paths. -
Uses of JpaCriteriaInsert in org.hibernate.query.sqm.tree.insert
Subinterfaces of JpaCriteriaInsert in org.hibernate.query.sqm.tree.insertModifier and TypeInterfaceDescriptioninterface
The general contract for INSERT statements.Classes in org.hibernate.query.sqm.tree.insert that implement JpaCriteriaInsertModifier and TypeClassDescriptionclass
Convenience base class for InsertSqmStatement implementations.class
class
Methods in org.hibernate.query.sqm.tree.insert that return JpaCriteriaInsertModifier and TypeMethodDescriptionAbstractSqmInsertStatement.onConflict
(@Nullable JpaConflictClause<T> conflictClause)