Uses of Interface
com.blazebit.persistence.CaseWhenOrBuilder
Packages that use CaseWhenOrBuilder
-
Uses of CaseWhenOrBuilder in com.blazebit.persistence
Methods in com.blazebit.persistence that return CaseWhenOrBuilderModifier and TypeMethodDescriptionCaseWhenAndBuilder.or()Starts a case when or builder which connects it's predicates with the OR operator.CaseWhenAndThenBuilder.or()Starts a case when or builder which connects it's predicates with the OR operator.Methods in com.blazebit.persistence that return types with arguments of type CaseWhenOrBuilderModifier and TypeMethodDescriptionCaseWhenOrBuilder.and()Starts a case when and builder which connects it's predicates with the AND operator.Starts aRestrictionBuilderfor a case when predicate with the given expression as left hand expression.CaseWhenOrBuilder.orExists()Starts an exists predicate for the when clause with a subquery on the right hand side.CaseWhenOrBuilder.orExists(FullQueryBuilder<?, ?> criteriaBuilder) Starts an exists predicate for the when clause with a subquery on the right hand side based on the given criteria builder.CaseWhenOrBuilder.orNotExists()Starts an exists predicate for the when clause with a subquery on the right hand side.CaseWhenOrBuilder.orNotExists(FullQueryBuilder<?, ?> criteriaBuilder) Starts an exists predicate for the when clause with a subquery on the right hand side based on the given criteria builder.CaseWhenOrBuilder.orSubqueries(String expression) Starts aSubqueryInitiatorfor the left hand side of a when predicate.CaseWhenOrBuilder.orSubquery()Starts aSubqueryInitiatorfor the left hand side of a when predicate.CaseWhenOrBuilder.orSubquery(FullQueryBuilder<?, ?> criteriaBuilder) Starts aSubqueryBuilderbased on the given criteria builder for the left hand side of a when predicate.CaseWhenOrBuilder.orSubquery(String subqueryAlias, String expression) Starts aSubqueryInitiatorfor the left hand side of a when predicate.CaseWhenOrBuilder.orSubquery(String subqueryAlias, String expression, FullQueryBuilder<?, ?> criteriaBuilder) Starts aSubqueryBuilderbased on the given criteria builder for the left hand side of a when predicate.