Uses of Interface
com.blazebit.persistence.CaseWhenAndThenBuilder
Packages that use CaseWhenAndThenBuilder
-
Uses of CaseWhenAndThenBuilder in com.blazebit.persistence
Methods in com.blazebit.persistence that return CaseWhenAndThenBuilderModifier and TypeMethodDescriptionBinaryPredicateBuilder.caseWhenAnd()Starts aCaseWhenAndThenBuilderfor building a when expression with conjunctively connected predicates.CaseWhenStarterBuilder.whenAnd()Starts aCaseWhenAndThenBuilderwhich is a predicate consisting only of conjunctive connected predicates.Methods in com.blazebit.persistence that return types with arguments of type CaseWhenAndThenBuilderModifier and TypeMethodDescriptionStarts aRestrictionBuilderfor a case when predicate with the given expression as left hand expression.CaseWhenAndThenBuilder.andExists()Starts an exists predicate for the when clause with a subquery on the right hand side.CaseWhenAndThenBuilder.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.CaseWhenAndThenBuilder.andNotExists()Starts an exists predicate for the when clause with a subquery on the right hand side.CaseWhenAndThenBuilder.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.CaseWhenAndThenBuilder.andSubqueries(String expression) Starts aSubqueryInitiatorfor the left hand side of a when predicate.CaseWhenAndThenBuilder.andSubquery()Starts aSubqueryInitiatorfor the left hand side of a when predicate.CaseWhenAndThenBuilder.andSubquery(FullQueryBuilder<?, ?> criteriaBuilder) Starts aSubqueryBuilderbased on the given criteria builder for the left hand side of a when predicate.CaseWhenAndThenBuilder.andSubquery(String subqueryAlias, String expression) Starts aSubqueryInitiatorfor the left hand side of a when predicate.CaseWhenAndThenBuilder.andSubquery(String subqueryAlias, String expression, FullQueryBuilder<?, ?> criteriaBuilder) Starts aSubqueryBuilderbased on the given criteria builder for the left hand side of a when predicate.CaseWhenAndThenBuilder.or()Starts a case when or builder which connects it's predicates with the OR operator.