Uses of Interface
com.blazebit.persistence.criteria.BlazeMapJoin
-
Uses of BlazeMapJoin in com.blazebit.persistence.criteria
Methods in com.blazebit.persistence.criteria that return BlazeMapJoinModifier and TypeMethodDescription<X,K, V> BlazeMapJoin<X, K, V> <K,V> BlazeMapJoin<X, K, V> LikeFrom.join(MapAttribute)but returns the subtypeBlazeMapJoininstead.<K,V> BlazeMapJoin<X, K, V> LikeFrom.join(MapAttribute)but allows to set the alias of theBlazeMapJoin.<K,V> BlazeMapJoin<X, K, V> BlazeFrom.join(javax.persistence.metamodel.MapAttribute<? super X, K, V> map, String alias, JoinType joinType) LikeFrom.join(MapAttribute, JoinType)but allows to set the alias of theBlazeMapJoin.<K,V> BlazeMapJoin<X, K, V> LikeFrom.join(MapAttribute, JoinType)but returns the subtypeBlazeMapJoininstead.<X,K, V> BlazeMapJoin<X, K, V> LikeFrom.joinMap(String)but returns the subtypeBlazeMapJoininstead.<X,K, V> BlazeMapJoin<X, K, V> LikeFrom.joinMap(String)but allows to set the alias of theBlazeMapJoin.<X,K, V> BlazeMapJoin<X, K, V> LikeFrom.joinMap(String, JoinType)but allows to set the alias of theBlazeMapJoin.<X,K, V> BlazeMapJoin<X, K, V> LikeFrom.joinMap(String, JoinType)but returns the subtypeBlazeMapJoininstead.BlazeMapJoin<Z,K, V> BlazeMapJoin.on(Expression<Boolean> restriction) Modify the join to restrict the result according to the specified ON condition.BlazeMapJoin<Z,K, V> Modify the join to restrict the result according to the specified ON condition.<X,K, T, V extends T>
BlazeMapJoin<X,K, V> BlazeCriteriaBuilder.treat(BlazeMapJoin<X, K, T> join, Class<V> type) Downcast MapJoin object to the specified type.<X,K, T, V extends T>
BlazeMapJoin<X,K, V> Downcast MapJoin object to the specified type.<T extends V>
BlazeMapJoin<Z,K, T> LikeBlazeJoin.treatAs(java.lang.Class<T>)but returns the subtypeBlazeMapJoininstead.Methods in com.blazebit.persistence.criteria with parameters of type BlazeMapJoinModifier and TypeMethodDescription<X,K, T, V extends T>
BlazeMapJoin<X,K, V> BlazeCriteriaBuilder.treat(BlazeMapJoin<X, K, T> join, Class<V> type) Downcast MapJoin object to the specified type.