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