Uses of Interface
jakarta.persistence.criteria.CriteriaBuilder
Packages that use CriteriaBuilder
Package
Description
Jakarta Persistence is the API for the management for persistence and object/relational mapping.
The JPA-standard criteria query API defines all the operations needed express
any query written in standard JPQL.
SPI for extending
HibernateCriteriaBuilder
with additional functionality by registering a Service.This package defines a semantic model of HQL queries.
Package for the SQM-backed Query implementation details
-
Uses of CriteriaBuilder in jakarta.persistence
Methods in jakarta.persistence that return CriteriaBuilderModifier and TypeMethodDescriptionEntityManager.getCriteriaBuilder()Return an instance ofCriteriaBuilderfor the creation ofCriteriaQueryobjects.EntityManagerFactory.getCriteriaBuilder()Return an instance ofCriteriaBuilderfor the creation ofCriteriaQueryobjects. -
Uses of CriteriaBuilder in org.hibernate.query.criteria
Subinterfaces of CriteriaBuilder in org.hibernate.query.criteriaModifier and TypeInterfaceDescriptioninterfaceA JPACriteriaBuilderis a source of objects which may be composed to express a criteria query.Classes in org.hibernate.query.criteria that implement CriteriaBuilderModifier and TypeClassDescriptionclassA utility class that makes it easier to build criteria queries. -
Uses of CriteriaBuilder in org.hibernate.query.criteria.spi
Classes in org.hibernate.query.criteria.spi that implement CriteriaBuilderConstructors in org.hibernate.query.criteria.spi with parameters of type CriteriaBuilder -
Uses of CriteriaBuilder in org.hibernate.query.sqm
Subinterfaces of CriteriaBuilder in org.hibernate.query.sqmModifier and TypeInterfaceDescriptioninterfaceAdapts the JPA CriteriaBuilder to generate SQM nodes. -
Uses of CriteriaBuilder in org.hibernate.query.sqm.internal
Classes in org.hibernate.query.sqm.internal that implement CriteriaBuilderModifier and TypeClassDescriptionclassActs as a JPACriteriaBuilderby using SQM nodes as the JPA Criteria nodes