Uses of Interface
jakarta.persistence.criteria.CriteriaStatement
Packages that use CriteriaStatement
Package
Description
Defines the core APIs for the management for persistence and
object/relational mapping.
Defines the Jakarta Persistence Criteria Query API.
-
Uses of CriteriaStatement in jakarta.persistence
Methods in jakarta.persistence with parameters of type CriteriaStatementModifier and TypeMethodDescriptionEntityManager.createQuery(CriteriaStatement<?> statement) Deprecated, for removal: This API element is subject to removal in a future version.EntityHandler.createStatement(CriteriaStatement<?> statement) Create an instance ofStatementfor executing a criteria statement. -
Uses of CriteriaStatement in jakarta.persistence.criteria
Subinterfaces of CriteriaStatement in jakarta.persistence.criteriaModifier and TypeInterfaceDescriptioninterfaceTheCriteriaDeleteinterface defines functionality for performing bulk delete operations using the Criteria APIinterfaceTheCriteriaUpdateinterface defines functionality for performing bulk update operations using the Criteria API.Method parameters in jakarta.persistence.criteria with type arguments of type CriteriaStatementModifier and TypeMethodDescriptionCriteriaBuilder.augment(StatementReference reference, Consumer<CriteriaStatement<?>> augmentation) Modify the Jakarta Persistence query language statement represented by the given reference, returning a reference to the modified statement inheriting all the options of the given reference.
EntityHandler.createStatement(CriteriaStatement).