Uses of Interface
org.hibernate.query.criteria.JpaRoot
-
Packages that use JpaRoot Package Description org.hibernate.query.criteria Hibernate's support for JPA criteria queries.org.hibernate.query.sqm.tree.domain org.hibernate.query.sqm.tree.from org.hibernate.query.sqm.tree.select -
-
Uses of JpaRoot in org.hibernate.query.criteria
Subinterfaces of JpaRoot in org.hibernate.query.criteria Modifier and Type Interface Description interfaceJpaDerivedRoot<T>Methods in org.hibernate.query.criteria that return JpaRoot Modifier and Type Method Description <X> JpaRoot<X>JpaCriteriaQuery. from(jakarta.persistence.metamodel.EntityType<X> entity)<X> JpaRoot<X>JpaCriteriaQuery. from(Class<X> entityClass)<X> JpaRoot<X>JpaSelectCriteria. from(jakarta.persistence.metamodel.EntityType<X> entity)<X> JpaRoot<X>JpaSelectCriteria. from(Class<X> entityClass)JpaRoot<E>JpaManipulationCriteria. getTarget()Get the root path that is the target of the DML statement.<X,T extends X>
JpaRoot<T>HibernateCriteriaBuilder. treat(jakarta.persistence.criteria.Root<X> root, Class<T> type)Methods in org.hibernate.query.criteria that return types with arguments of type JpaRoot Modifier and Type Method Description Set<? extends JpaRoot<?>>JpaQueryStructure. getRoots()Methods in org.hibernate.query.criteria with parameters of type JpaRoot Modifier and Type Method Description JpaQueryStructureJpaQueryStructure. addRoot(JpaRoot<?> root) -
Uses of JpaRoot in org.hibernate.query.sqm.tree.domain
Classes in org.hibernate.query.sqm.tree.domain that implement JpaRoot Modifier and Type Class Description classSqmCorrelatedRoot<T>classSqmCorrelatedRootJoin<T>classSqmDerivedRoot<T>classSqmTreatedRoot<T,S extends T> -
Uses of JpaRoot in org.hibernate.query.sqm.tree.from
Classes in org.hibernate.query.sqm.tree.from that implement JpaRoot Modifier and Type Class Description classSqmRoot<E> -
Uses of JpaRoot in org.hibernate.query.sqm.tree.select
Methods in org.hibernate.query.sqm.tree.select with parameters of type JpaRoot Modifier and Type Method Description SqmQuerySpec<T>SqmQuerySpec. addRoot(JpaRoot<?> root)
-