Uses of Interface
org.hibernate.query.criteria.JpaRoot
Packages that use JpaRoot
Package
Description
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 contains the classes that make up the SQM tree nodes.
Nodes representing path expressions in the SQM tree.
Nodes representing root entities and joins in the SQM tree.
Nodes representing
insert
statements in the SQM tree.Nodes representing
select
statements in the SQM tree.Nodes representing
update
statements in the SQM tree.-
Uses of JpaRoot in org.hibernate.query.criteria
Subinterfaces of JpaRoot in org.hibernate.query.criteriaMethods in org.hibernate.query.criteria that return JpaRootModifier and TypeMethodDescription<Y> JpaRoot<Y>
<X> JpaRoot<X>
CriteriaDefinition.from
(EntityType<X> entity) <X> JpaRoot<X>
<X> JpaRoot<X>
CriteriaDefinition.from
(JpaCteCriteria<X> cte) JpaCriteriaDelete.from
(EntityType<T> entity) <X> JpaRoot<X>
JpaCriteriaQuery.from
(EntityType<X> entity) <X> JpaRoot<X>
JpaCriteriaUpdate.from
(EntityType<T> entity) <X> JpaRoot<X>
JpaSelectCriteria.from
(EntityType<X> entity) <X> JpaRoot<X>
<X> JpaRoot<X>
JpaSelectCriteria.from
(JpaCteCriteria<X> cte) Create and add a query root corresponding to the given cte, forming a cartesian product with any existing roots.JpaConflictClause.getExcludedRoot()
The excluded row/object which was not inserted.JpaCriteriaDelete.getRoot()
JpaCriteriaUpdate.getRoot()
JpaManipulationCriteria.getTarget()
Get the root path that is the target of the DML statement.<X,
T extends X>
JpaRoot<T>Methods in org.hibernate.query.criteria that return types with arguments of type JpaRootMethods in org.hibernate.query.criteria with parameters of type JpaRoot -
Uses of JpaRoot in org.hibernate.query.criteria.spi
Methods in org.hibernate.query.criteria.spi that return JpaRoot -
Uses of JpaRoot in org.hibernate.query.sqm.tree
Methods in org.hibernate.query.sqm.tree with parameters of type JpaRoot -
Uses of JpaRoot in org.hibernate.query.sqm.tree.domain
Classes in org.hibernate.query.sqm.tree.domain that implement JpaRoot -
Uses of JpaRoot in org.hibernate.query.sqm.tree.from
Classes in org.hibernate.query.sqm.tree.from that implement JpaRoot -
Uses of JpaRoot in org.hibernate.query.sqm.tree.insert
Methods in org.hibernate.query.sqm.tree.insert with parameters of type JpaRoot -
Uses of JpaRoot in org.hibernate.query.sqm.tree.select
Methods in org.hibernate.query.sqm.tree.select that return JpaRootModifier and TypeMethodDescription<X> JpaRoot<X>
AbstractSqmSelectQuery.from
(JpaCteCriteria<X> cte) Methods in org.hibernate.query.sqm.tree.select with parameters of type JpaRoot -
Uses of JpaRoot in org.hibernate.query.sqm.tree.update
Methods in org.hibernate.query.sqm.tree.update with parameters of type JpaRoot