Uses of Interface
com.blazebit.persistence.criteria.BlazeListJoin
-
Uses of BlazeListJoin in com.blazebit.persistence.criteria
Methods in com.blazebit.persistence.criteria that return BlazeListJoinModifier and TypeMethodDescription<X,Y> BlazeListJoin<X, Y> <Y> BlazeListJoin<X,Y> LikeFrom.join(ListAttribute)but returns the subtypeBlazeListJoininstead.<Y> BlazeListJoin<X,Y> LikeFrom.join(ListAttribute)but allows to set the alias of theBlazeListJoin.<Y> BlazeListJoin<X,Y> BlazeFrom.join(javax.persistence.metamodel.ListAttribute<? super X, Y> list, String alias, JoinType joinType) LikeFrom.join(ListAttribute, JoinType)but allows to set the alias of theBlazeListJoin.<Y> BlazeListJoin<X,Y> LikeFrom.join(ListAttribute, JoinType)but returns the subtypeBlazeListJoininstead.<X,Y> BlazeListJoin<X, Y> LikeFrom.joinList(String)but returns the subtypeBlazeListJoininstead.<X,Y> BlazeListJoin<X, Y> LikeFrom.joinList(String)but allows to set the alias of theBlazeListJoin.<X,Y> BlazeListJoin<X, Y> LikeFrom.joinList(String, JoinType)but allows to set the alias of theBlazeListJoin.<X,Y> BlazeListJoin<X, Y> LikeFrom.joinList(String, JoinType)but returns the subtypeBlazeListJoininstead.BlazeListJoin.on(Expression<Boolean> restriction) Modify the join to restrict the result according to the specified ON condition.Modify the join to restrict the result according to the specified ON condition.<X,T, E extends T>
BlazeListJoin<X,E> BlazeCriteriaBuilder.treat(BlazeListJoin<X, T> join, Class<E> type) Downcast ListJoin object to the specified type.<X,T, E extends T>
BlazeListJoin<X,E> Downcast ListJoin object to the specified type.<T extends E>
BlazeListJoin<Z,T> LikeBlazeJoin.treatAs(java.lang.Class<T>)but returns the subtypeBlazeListJoininstead.Methods in com.blazebit.persistence.criteria with parameters of type BlazeListJoinModifier and TypeMethodDescription<X,T, E extends T>
BlazeListJoin<X,E> BlazeCriteriaBuilder.treat(BlazeListJoin<X, T> join, Class<E> type) Downcast ListJoin object to the specified type.