Uses of Interface
org.hibernate.query.criteria.JpaCriteriaInsertSelect
-
Packages that use JpaCriteriaInsertSelect Package Description org.hibernate.engine.spi org.hibernate.internal An internal package containing implementations of central Hibernate APIs, mostly defined inorg.hibernate.org.hibernate.query Everything related to HQL/JPQL, native SQL, and criteria queries.org.hibernate.query.criteria Hibernate's support for JPA criteria queries.org.hibernate.query.criteria.spi org.hibernate.query.sqm.tree.insert -
-
Uses of JpaCriteriaInsertSelect in org.hibernate.engine.spi
Methods in org.hibernate.engine.spi with parameters of type JpaCriteriaInsertSelect Modifier and Type Method Description MutationQuerySessionDelegatorBaseImpl. createMutationQuery(JpaCriteriaInsertSelect insertSelect)MutationQuerySessionLazyDelegator. createMutationQuery(JpaCriteriaInsertSelect insertSelect) -
Uses of JpaCriteriaInsertSelect in org.hibernate.internal
Methods in org.hibernate.internal with parameters of type JpaCriteriaInsertSelect Modifier and Type Method Description MutationQueryAbstractSharedSessionContract. createMutationQuery(JpaCriteriaInsertSelect insertSelect) -
Uses of JpaCriteriaInsertSelect in org.hibernate.query
Methods in org.hibernate.query with parameters of type JpaCriteriaInsertSelect Modifier and Type Method Description MutationQueryQueryProducer. createMutationQuery(JpaCriteriaInsertSelect insertSelect)Create aMutationQueryfrom the given insert-select criteria tree -
Uses of JpaCriteriaInsertSelect in org.hibernate.query.criteria
Methods in org.hibernate.query.criteria that return JpaCriteriaInsertSelect Modifier and Type Method Description <T> JpaCriteriaInsertSelect<T>HibernateCriteriaBuilder. createCriteriaInsertSelect(Class<T> targetEntity) -
Uses of JpaCriteriaInsertSelect in org.hibernate.query.criteria.spi
Methods in org.hibernate.query.criteria.spi that return JpaCriteriaInsertSelect Modifier and Type Method Description <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 Modifier and Type Class Description classSqmInsertSelectStatement<T>
-