Uses of Interface
jakarta.persistence.criteria.ListJoin
Packages that use ListJoin
Package
Description
Defines the Jakarta Persistence Criteria Query API.
-
Uses of ListJoin in jakarta.persistence.criteria
Methods in jakarta.persistence.criteria that return ListJoinModifier and TypeMethodDescription<X,Y> ListJoin <X, Y> Create a subquery list join object correlated to a list join object of the enclosing query.From.join(ListAttribute<? super X, Y> list) Create an inner join to the specifiedList-valued attribute.From.join(ListAttribute<? super X, Y> list, JoinType jt) Create a join to the specifiedList-valued attribute using the given join type.Create an inner join to the specifiedList-valued attribute.Create a join to the specifiedList-valued attribute using the given join type.ListJoin.on(BooleanExpression... restrictions) Modify the join to restrict the result according to the specified ON condition and return the join object.ListJoin.on(Expression<Boolean> restriction) Modify the join to restrict the result according to the specified ON condition and return the join object.ListJoin.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>
ListJoin<X, E> Downcast ListJoin object to the specified type.Downcast the element type to the given type.Methods in jakarta.persistence.criteria with parameters of type ListJoin