Interface JpaCriteriaInsertValues<T>

All Superinterfaces:
CommonAbstractCriteria, JpaCriteriaBase, JpaCriteriaInsert<T>, JpaCriteriaNode, JpaCteContainer, JpaManipulationCriteria<T>, JpaQueryableCriteria<T>, Serializable
All Known Implementing Classes:
SqmInsertValuesStatement

@Incubating public interface JpaCriteriaInsertValues<T> extends JpaCriteriaInsert<T>
A representation of SqmInsertValuesStatement at the org.hibernate.query.criteria level, even though JPA does not define support for insert-values criteria.
Author:
Gavin King
See Also: