Uses of Interface
org.hibernate.query.criteria.JpaFrom
Packages that use JpaFrom
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.Nodes representing path expressions in the SQM tree.
Nodes representing root entities and joins in the SQM tree.
-
Uses of JpaFrom in org.hibernate.query.criteria
Subinterfaces of JpaFrom in org.hibernate.query.criteriaModifier and TypeInterfaceDescriptioninterfaceJpaCollectionJoin<O,T> Specialization ofJpaJoinforCollectiontyped attribute joinsinterfaceJpaCrossJoin<L,T> interfaceinterfaceinterfaceinterfaceJpaEntityJoin<L,R> interfaceJpaFunctionFrom<O,T> interfaceinterfaceinterfaceJpaJoin<L,R> interfaceJpaListJoin<O,T> interfaceJpaMapJoin<O,K, V> interfaceJpaPluralJoin<O,C, E> interfaceJpaRoot<T>interfaceJpaSetJoin<O,T> interfaceJpaTreatedFrom<L, R, R1 extends R>interfaceJpaTreatedJoin<L, R, R1 extends R>Methods in org.hibernate.query.criteria that return JpaFrom -
Uses of JpaFrom in org.hibernate.query.criteria.spi
Methods in org.hibernate.query.criteria.spi that return JpaFrom -
Uses of JpaFrom in org.hibernate.query.sqm.tree.domain
Subinterfaces of JpaFrom in org.hibernate.query.sqm.tree.domainModifier and TypeInterfaceDescriptioninterfaceSqmCorrelatedJoin<L,R> interfaceinterfaceSqmCorrelation<L,R> Specialization ofSqmFromfor sub-query correlationsinterfaceinterfaceSqmTreatedFrom<L, R, R1 extends R>interfaceSqmTreatedJoin<L, R, R1 extends R>Classes in org.hibernate.query.sqm.tree.domain that implement JpaFromModifier and TypeClassDescriptionclassModels a join based on a mapped attribute reference.classAbstractSqmFrom<O,T> Convenience base class for SqmFrom implementationsclassAbstractSqmJoin<L,R> classAbstractSqmPluralJoin<L,C, E> Base support for joins to plural attributesclassSqmBagJoin<O,E> classSqmCorrelatedBagJoin<O,T> classclassclassclassclassclassclassclassSqmCorrelatedMapJoin<L,K, V> classclassclassclassSqmCorrelatedSetJoin<O,T> classclassSqmCteRoot<T>classclassclassSqmListJoin<O,E> classSqmMapJoin<L,K, V> classSqmPluralPartJoin<O,T> classSqmSetJoin<O,E> classSqmSingularJoin<O,T> classSqmTreatedBagJoin<L, R, S extends R>classSqmTreatedCrossJoin<L, T, S extends T>A TREAT form of SqmCrossJoinclassSqmTreatedEntityJoin<L, R, S extends R>classSqmTreatedListJoin<O, T, S extends T>classSqmTreatedMapJoin<L, K, V, S extends V>classSqmTreatedPluralPartJoin<O, T, S extends T>classSqmTreatedRoot<E, S extends E>classSqmTreatedSetJoin<O, T, S extends T>classSqmTreatedSingularJoin<O, T, S extends T> -
Uses of JpaFrom in org.hibernate.query.sqm.tree.from
Subinterfaces of JpaFrom in org.hibernate.query.sqm.tree.fromModifier and TypeInterfaceDescriptioninterfaceSqmAttributeJoin<O,T> Models a join based on a mapped attribute reference.interfaceSqmFrom<L,R> Models a SqmPathSource's inclusion in theFROMclause.interfaceSqmJoin<L,R> interfaceSqmTreatedAttributeJoin<L, R, R1 extends R>Classes in org.hibernate.query.sqm.tree.from that implement JpaFromModifier and TypeClassDescriptionclassSqmCrossJoin<L,T> Stuff and thingsclassSqmCteJoin<T>classclassSqmEntityJoin<L,R> classclassSqmRoot<E>