Uses of Interface
org.hibernate.query.criteria.JpaTreatedPath
Packages that use JpaTreatedPath
Package
Description
The JPA-standard criteria query API defines all the operations needed express
any query written in standard JPQL.
Nodes representing path expressions in the SQM tree.
Nodes representing root entities and joins in the SQM tree.
-
Uses of JpaTreatedPath in org.hibernate.query.criteria
Subinterfaces of JpaTreatedPath in org.hibernate.query.criteriaModifier and TypeInterfaceDescriptioninterface
JpaTreatedFrom<L,
R, R1 extends R> interface
JpaTreatedJoin<L,
R, R1 extends R> Methods in org.hibernate.query.criteria that return JpaTreatedPathModifier and TypeMethodDescription<S extends T>
JpaTreatedPath<T,S> Support for JPA's explicit (TREAT) down-casting. -
Uses of JpaTreatedPath in org.hibernate.query.sqm.tree.domain
Subinterfaces of JpaTreatedPath in org.hibernate.query.sqm.tree.domainModifier and TypeInterfaceDescriptioninterface
SqmTreatedFrom<L,
R, R1 extends R> interface
SqmTreatedJoin<L,
R, R1 extends R> interface
SqmTreatedPath<T,
S extends T> Classes in org.hibernate.query.sqm.tree.domain that implement JpaTreatedPathModifier and TypeClassDescriptionclass
SqmTreatedBagJoin<L,
R, R1 extends R> class
A TREAT form of SqmCrossJoinclass
SqmTreatedEmbeddedValuedSimplePath<T,
S extends T> class
SqmTreatedEntityJoin<L,
R, S extends R> class
SqmTreatedEntityValuedSimplePath<T,
S extends T> class
SqmTreatedListJoin<O,
T, S extends T> class
SqmTreatedMapJoin<L,
K, V, S extends V> class
class
class
SqmTreatedSetJoin<O,
T, S extends T> class
SqmTreatedSimplePath<T,
S extends T> class
SqmTreatedSingularJoin<O,
T, S extends T> -
Uses of JpaTreatedPath in org.hibernate.query.sqm.tree.from
Subinterfaces of JpaTreatedPath in org.hibernate.query.sqm.tree.from