Uses of Interface
org.hibernate.query.criteria.JpaCriteriaInsert
Packages that use JpaCriteriaInsert
Package
Description
This package defines the central Hibernate APIs, beginning with
SessionFactory, which represents an instance of
Hibernate at runtime and is the source of new instances of
Session and StatelessSession,
the most important APIs exposing persistence-related operations for
entities.This package defines some central internal SPI abstractions
used throughout the implementation of Hibernate.
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
Methods in org.hibernate with parameters of type JpaCriteriaInsertModifier and TypeMethodDescriptionSharedSessionContract.createMutationQuery(JpaCriteriaInsert<?> insert) Create aMutationQueryfrom the given insert criteria tree -
Uses of JpaCriteriaInsert in org.hibernate.engine.spi
Methods in org.hibernate.engine.spi with parameters of type JpaCriteriaInsertModifier and TypeMethodDescriptionSessionDelegatorBaseImpl.createMutationQuery(JpaCriteriaInsert insert) SessionLazyDelegator.createMutationQuery(JpaCriteriaInsert insert) SharedSessionContractImplementor.createMutationQuery(JpaCriteriaInsert<?> insert) SharedSessionDelegatorBaseImpl.createMutationQuery(JpaCriteriaInsert insert) -
Uses of JpaCriteriaInsert in org.hibernate.query.criteria
Subinterfaces of JpaCriteriaInsert in org.hibernate.query.criteriaModifier and TypeInterfaceDescriptioninterfaceA representation of SqmInsertSelectStatement at theorg.hibernate.query.criterialevel, even though JPA does not define support for insert-select criteria.interfaceA representation of SqmInsertValuesStatement at theorg.hibernate.query.criterialevel, 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 TypeInterfaceDescriptioninterfaceThe general contract for INSERT statements.Classes in org.hibernate.query.sqm.tree.insert that implement JpaCriteriaInsertModifier and TypeClassDescriptionclassConvenience base class for InsertSqmStatement implementations.classclassMethods in org.hibernate.query.sqm.tree.insert that return JpaCriteriaInsertModifier and TypeMethodDescriptionAbstractSqmInsertStatement.onConflict(@Nullable JpaConflictClause<T> conflictClause)