Uses of Interface
org.hibernate.query.criteria.JpaFrom
-
Packages that use JpaFrom Package Description org.hibernate.query.criteria Support for JPA criteria queries.org.hibernate.query.sqm.tree.domain Nodes representing path expressions in the SQM tree.org.hibernate.query.sqm.tree.from 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.criteria Modifier and Type Interface Description interfaceJpaCollectionJoin<O,T>Specialization ofJpaJoinforCollectiontyped attribute joinsinterfaceJpaCrossJoin<T>interfaceJpaDerivedFrom<T>interfaceJpaDerivedJoin<T>interfaceJpaDerivedRoot<T>interfaceJpaEntityJoin<T>interfaceJpaJoin<O,T>interfaceJpaJoinedFrom<O,T>Exists within the hierarchy mainly to support "entity joins".interfaceJpaListJoin<O,T>interfaceJpaMapJoin<O,K,V>interfaceJpaPluralJoin<O,C,E>interfaceJpaRoot<T>interfaceJpaSetJoin<O,T>Methods in org.hibernate.query.criteria that return JpaFrom Modifier and Type Method Description JpaFrom<O,T>JpaFrom. getCorrelationParent() -
Uses of JpaFrom in org.hibernate.query.sqm.tree.domain
Subinterfaces of JpaFrom in org.hibernate.query.sqm.tree.domain Modifier and Type Interface Description interfaceSqmCorrelation<O,T>Specialization ofSqmFromfor sub-query correlationsClasses in org.hibernate.query.sqm.tree.domain that implement JpaFrom Modifier and Type Class Description classAbstractSqmAttributeJoin<O,T>Models a join based on a mapped attribute reference.classAbstractSqmFrom<O,T>Convenience base class for SqmFrom implementationsclassAbstractSqmJoin<O,T>classAbstractSqmPluralJoin<O,C,E>classAbstractSqmQualifiedJoin<O,T>classSqmBagJoin<O,E>classSqmCorrelatedBagJoin<O,T>classSqmCorrelatedCrossJoin<T>classSqmCorrelatedCteJoin<T>classSqmCorrelatedDerivedJoin<T>classSqmCorrelatedDerivedRoot<T>classSqmCorrelatedDerivedRootJoin<T>classSqmCorrelatedEntityJoin<T>classSqmCorrelatedListJoin<O,T>classSqmCorrelatedMapJoin<O,K,V>classSqmCorrelatedPluralPartJoin<O,T>classSqmCorrelatedRoot<T>classSqmCorrelatedRootJoin<T>classSqmCorrelatedSetJoin<O,T>classSqmCorrelatedSingularJoin<O,T>classSqmCteRoot<T>classSqmDerivedRoot<T>classSqmListJoin<O,E>classSqmMapJoin<O,K,V>classSqmPluralPartJoin<O,T>classSqmSetJoin<O,E>classSqmSingularJoin<O,T>classSqmTreatedBagJoin<O,T,S extends T>classSqmTreatedCrossJoin<T,S extends T>classSqmTreatedEntityJoin<T,S extends T>classSqmTreatedListJoin<O,T,S extends T>classSqmTreatedMapJoin<O,K,V,S extends V>classSqmTreatedPluralPartJoin<O,T,S extends T>classSqmTreatedRoot<T,S extends T>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.from Modifier and Type Interface Description interfaceSqmAttributeJoin<O,T>Models a join based on a mapped attribute reference.interfaceSqmFrom<O,T>Models a Bindable's inclusion in theFROMclause.interfaceSqmJoin<O,T>interfaceSqmQualifiedJoin<O,T>Common contract for qualified/restricted/predicated joins.Classes in org.hibernate.query.sqm.tree.from that implement JpaFrom Modifier and Type Class Description classSqmCrossJoin<T>classSqmCteJoin<T>classSqmDerivedJoin<T>classSqmEntityJoin<T>classSqmRoot<E>
-