Uses of Interface
com.blazebit.persistence.JoinOnAndBuilder
-
Packages that use JoinOnAndBuilder Package Description com.blazebit.persistence Blaze-Persistence is a rich Criteria API for JPA. -
-
Uses of JoinOnAndBuilder in com.blazebit.persistence
Methods in com.blazebit.persistence that return JoinOnAndBuilder Modifier and Type Method Description JoinOnAndBuilder<JoinOnOrBuilder<T>>JoinOnOrBuilder. 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 JoinOnAndBuilder Modifier and Type Method Description JoinOnOrBuilder<JoinOnAndBuilder<T>>JoinOnAndBuilder. onOr()Starts a on or builder which connects it's predicates with the OR operator.
-