Uses of Interface
com.blazebit.persistence.JoinOnOrBuilder
Packages that use JoinOnOrBuilder
-
Uses of JoinOnOrBuilder in com.blazebit.persistence
Methods in com.blazebit.persistence that return JoinOnOrBuilderModifier and TypeMethodDescriptionJoinOnAndBuilder.onOr()Starts a on or builder which connects it's predicates with the OR operator.JoinOnBuilder.onOr()Starts aJoinOnOrBuilderwhich is a predicate consisting only of disjunctiv connected predicates.Methods in com.blazebit.persistence that return types with arguments of type JoinOnOrBuilderModifier and TypeMethodDescriptionJoinOnOrBuilder.onAnd()Starts a on and builder which connects it's predicates with the AND operator.