Uses of Interface
org.springframework.data.relational.core.sql.Condition
Packages that use Condition
Package
Description
Statement Builder implementation.
-
Uses of Condition in org.springframework.data.relational.core.sql
Classes in org.springframework.data.relational.core.sql that implement ConditionModifier and TypeClassDescriptionclassclassBETWEENConditioncomparing betweenExpressions.classComparingConditioncomparing twoExpressions.classConditionrepresenting fixed sql predicate.classSimple condition that evaluates to SQLFALSE.classINConditionclause.classIS NULLCondition.classLIKEConditioncomparing twoExpressions.classWrapper for multipleConditions.classCondition group wrapping a nestedConditionwith parentheses.classclassclassSimple condition that evaluates to SQLTRUE.Methods in org.springframework.data.relational.core.sql that return ConditionModifier and TypeMethodDescriptiondefault ConditionCombine anotherConditionusingAND.When.getCondition()Join.getOn()static ConditionConditions.in(Expression columnOrExpression, Collection<? extends Expression> expressions) Column.isNotNull()Creates aIS NOT NULLcondition.static ConditionCreates a plainsqlCondition.static ConditionCreates a nestedConditionthat is enclosed with parentheses.Comparison.not()default ConditionCondition.not()static ConditionCreates a NOTConditionthat reverses the condition.In.not()IsNull.not()Not.not()static ConditionConditions.notIn(Expression columnOrExpression, Collection<? extends Expression> expressions) default ConditionCombine anotherConditionusingOR.static ConditionConditions.unrestricted()EmptyConditionthat can be used to indicate that no condition is present.Methods in org.springframework.data.relational.core.sql that return types with arguments of type ConditionMethods in org.springframework.data.relational.core.sql with parameters of type ConditionModifier and TypeMethodDescriptiondefault ConditionCombine anotherConditionusingAND.static ConditionCreates a nestedConditionthat is enclosed with parentheses.static ConditionCreates a NOTConditionthat reverses the condition.Declare a joinconditionin one step.default ConditionCombine anotherConditionusingOR.static WhenWhen.when(Condition condition, Expression value) Apply aWHEREclause.Apply aWHEREclause.Apply aWHEREclause. -
Uses of Condition in org.springframework.data.relational.core.sqlgeneration
Methods in org.springframework.data.relational.core.sqlgeneration with parameters of type ConditionModifier and TypeMethodDescriptionSingleQuerySqlGenerator.findAll(RelationalPersistentEntity<?> aggregate, @Nullable Condition condition) SqlGenerator.findAll(RelationalPersistentEntity<?> aggregate, @Nullable Condition condition)