Uses of Interface
org.hibernate.query.criteria.JpaTreatedFrom
Packages that use JpaTreatedFrom
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 JpaTreatedFrom in org.hibernate.query.criteria
Subinterfaces of JpaTreatedFrom in org.hibernate.query.criteriaMethods in org.hibernate.query.criteria that return JpaTreatedFromModifier and TypeMethodDescription<S extends T>
JpaTreatedFrom<O,T, S> <S extends T>
JpaTreatedFrom<O,T, S> JpaFrom.treatAs
(EntityDomainType<S> treatJavaType) <S extends R1>
JpaTreatedFrom<L,R1, S> <S extends R1>
JpaTreatedFrom<L,R1, S> JpaTreatedFrom.treatAs
(EntityDomainType<S> treatJavaType) -
Uses of JpaTreatedFrom in org.hibernate.query.sqm.tree.domain
Subinterfaces of JpaTreatedFrom in org.hibernate.query.sqm.tree.domainModifier and TypeInterfaceDescriptioninterface
SqmTreatedFrom<L,
R, R1 extends R> interface
SqmTreatedJoin<L,
R, R1 extends R> Classes in org.hibernate.query.sqm.tree.domain that implement JpaTreatedFromModifier and TypeClassDescriptionclass
SqmTreatedBagJoin<L,
R, R1 extends R> class
A TREAT form of SqmCrossJoinclass
SqmTreatedEntityJoin<L,
R, S extends R> 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
SqmTreatedSingularJoin<O,
T, S extends T> -
Uses of JpaTreatedFrom in org.hibernate.query.sqm.tree.from
Subinterfaces of JpaTreatedFrom in org.hibernate.query.sqm.tree.from