Uses of Interface
com.blazebit.persistence.JoinOnAndBuilder
Packages that use JoinOnAndBuilder
-
Uses of JoinOnAndBuilder in com.blazebit.persistence
Methods in com.blazebit.persistence that return JoinOnAndBuilderModifier and TypeMethodDescriptionJoinOnOrBuilder.onAnd()Starts a on and builder which connects it's predicates with the AND operator.Methods in com.blazebit.persistence that return types with arguments of type JoinOnAndBuilderModifier and TypeMethodDescriptionJoinOnAndBuilder.onOr()Starts a on or builder which connects it's predicates with the OR operator.