Uses of Interface
com.blazebit.persistence.CaseWhenAndBuilder
Packages that use CaseWhenAndBuilder
-
Uses of CaseWhenAndBuilder in com.blazebit.persistence
Methods in com.blazebit.persistence that return CaseWhenAndBuilderModifier and TypeMethodDescriptionCaseWhenOrBuilder.and()Starts a case when and builder which connects it's predicates with the AND operator.CaseWhenOrThenBuilder.and()Starts a case when and builder which connects it's predicates with the AND operator.Methods in com.blazebit.persistence that return types with arguments of type CaseWhenAndBuilderModifier and TypeMethodDescriptionStarts aRestrictionBuilderfor a case when predicate with the given expression as left hand expression.CaseWhenAndBuilder.andExists()Starts an exists predicate for the when clause with a subquery on the right hand side.CaseWhenAndBuilder.andExists(FullQueryBuilder<?, ?> criteriaBuilder) Starts an exists predicate for the when clause with a subquery on the right hand side based on the given criteria builder.CaseWhenAndBuilder.andNotExists()Starts an exists predicate for the when clause with a subquery on the right hand side.CaseWhenAndBuilder.andNotExists(FullQueryBuilder<?, ?> criteriaBuilder) Starts an exists predicate for the when clause with a subquery on the right hand side based on the given criteria builder.CaseWhenAndBuilder.andSubqueries(String expression) Starts aMultipleSubqueryInitiatorfor the left hand side of a when predicate.CaseWhenAndBuilder.andSubquery()Starts aSubqueryInitiatorfor the left hand side of a when predicate.CaseWhenAndBuilder.andSubquery(FullQueryBuilder<?, ?> criteriaBuilder) Starts aSubqueryBuilderbased on the given criteria builder for the left hand side of a when predicate.CaseWhenAndBuilder.andSubquery(String subqueryAlias, String expression) Starts aSubqueryInitiatorfor the left hand side of a when predicate.CaseWhenAndBuilder.andSubquery(String subqueryAlias, String expression, FullQueryBuilder<?, ?> criteriaBuilder) Starts aSubqueryBuilderbased on the given criteria builder for the left hand side of a when predicate.CaseWhenAndBuilder.or()Starts a case when or builder which connects it's predicates with the OR operator.