Uses of Interface
jakarta.persistence.criteria.From
Packages that use From
Package
Description
Defines the Jakarta Persistence Criteria Query API.
-
Uses of From in jakarta.persistence.criteria
Subinterfaces of From in jakarta.persistence.criteriaModifier and TypeInterfaceDescriptioninterfaceCollectionJoin<Z,E> TheCollectionJoininterface is the type of the result of joining to a collection over an association or element collection that has been specified as aCollection.interfaceJoin<Z,X> A join to an entity, embeddable, or basic type.interfaceListJoin<Z,E> TheListJoininterface is the type of the result of joining to a collection over an association or element collection that has been specified as aList.interfaceMapJoin<Z,K, V> TheMapJoininterface is the type of the result of joining to a collection over an association or element collection that has been specified as aMap.interfacePluralJoin<Z,C, E> ThePluralJoininterface defines functionality that is common to joins to all collection types.interfaceRoot<X>A root type in the from clause.interfaceSetJoin<Z,E> TheSetJoininterface is the type of the result of joining to a collection over an association or element collection that has been specified as aSet.Methods in jakarta.persistence.criteria that return FromModifier and TypeMethodDescription<X,Y> From <X, Y> Create a subquery root or join correlated to a root or join of the enclosing query.From.getCorrelationParent()Returns the parentFromobject from which the correlatedFromobject has been obtained through correlation (use ofSubquery.correlate(From)method).Join.getParent()Return the parent of the join.<X, Y, T extends Y>
From<X, T> Downcast Root or Join to the specified type.Downcast the bound type to the given type.Methods in jakarta.persistence.criteria with parameters of type From