Uses of Interface
jakarta.persistence.criteria.SetJoin
Packages that use SetJoin
Package
Description
Defines the Jakarta Persistence Criteria Query API.
-
Uses of SetJoin in jakarta.persistence.criteria
Methods in jakarta.persistence.criteria that return SetJoinModifier and TypeMethodDescription<X,Y> SetJoin <X, Y> Create a subquery set join object correlated to a set join object of the enclosing query.From.join(SetAttribute<? super X, Y> set) Create an inner join to the specifiedSet-valued attribute.From.join(SetAttribute<? super X, Y> set, JoinType jt) Create a join to the specifiedSet-valued attribute using the given join type.Create an inner join to the specifiedSet-valued attribute.Create a join to the specifiedSet-valued attribute using the given join type.SetJoin.on(BooleanExpression... restrictions) Modify the join to restrict the result according to the specified ON condition and return the join object.SetJoin.on(Expression<Boolean> restriction) Modify the join to restrict the result according to the specified ON condition and return the join object.SetJoin.on(List<? extends Expression<Boolean>> restrictions) Modify the join to restrict the result according to the specified ON condition and return the join object.<X, T, E extends T>
SetJoin<X, E> Downcast SetJoin object to the specified type.Downcast the element type to the given type.Methods in jakarta.persistence.criteria with parameters of type SetJoin