Uses of Interface
com.blazebit.persistence.criteria.BlazeSetJoin
Packages that use BlazeSetJoin
Package
Description
Blaze-Persistence JPA Criteria API extensions.
-
Uses of BlazeSetJoin in com.blazebit.persistence.criteria
Methods in com.blazebit.persistence.criteria that return BlazeSetJoinModifier and TypeMethodDescription<X,Y> BlazeSetJoin<X, Y> <Y> BlazeSetJoin<X,Y> LikeFrom.join(SetAttribute)but returns the subtypeBlazeSetJoininstead.<Y> BlazeSetJoin<X,Y> LikeFrom.join(SetAttribute)but allows to set the alias of theBlazeSetJoin.<Y> BlazeSetJoin<X,Y> BlazeFrom.join(javax.persistence.metamodel.SetAttribute<? super X, Y> set, String alias, JoinType joinType) LikeFrom.join(SetAttribute, JoinType)but allows to set the alias of theBlazeSetJoin.<Y> BlazeSetJoin<X,Y> LikeFrom.join(SetAttribute, JoinType)but returns the subtypeBlazeSetJoininstead.<X,Y> BlazeSetJoin<X, Y> LikeFrom.joinSet(String)but returns the subtypeBlazeSetJoininstead.<X,Y> BlazeSetJoin<X, Y> LikeFrom.joinSet(String)but allows to set the alias of theBlazeSetJoin.<X,Y> BlazeSetJoin<X, Y> LikeFrom.joinSet(String, JoinType)but allows to set the alias of theBlazeSetJoin.<X,Y> BlazeSetJoin<X, Y> LikeFrom.joinSet(String, JoinType)but returns the subtypeBlazeSetJoininstead.BlazeSetJoin.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>
BlazeSetJoin<X,E> BlazeCriteriaBuilder.treat(BlazeSetJoin<X, T> join, Class<E> type) Downcast SetJoin object to the specified type.<X,T, E extends T>
BlazeSetJoin<X,E> Downcast SetJoin object to the specified type.<T extends E>
BlazeSetJoin<Z,T> LikeBlazeJoin.treatAs(java.lang.Class<T>)but returns the subtypeBlazeSetJoininstead.Methods in com.blazebit.persistence.criteria with parameters of type BlazeSetJoinModifier and TypeMethodDescription<X,T, E extends T>
BlazeSetJoin<X,E> BlazeCriteriaBuilder.treat(BlazeSetJoin<X, T> join, Class<E> type) Downcast SetJoin object to the specified type.