Uses of Interface
com.flowingcode.backendcore.model.Constraint
Packages that use Constraint
-
Uses of Constraint in com.flowingcode.backendcore.model
Methods in com.flowingcode.backendcore.model that return ConstraintModifier and TypeMethodDescription<T extends Comparable<T>>
ConstraintDeprecated.<T extends Comparable<T>>
ConstraintConstraintBuilder.between(T lower, T upper) static ConstraintDeprecated.ConstraintBuilder.greaterOrEqualThan(Object value) ConstraintBuilder.greaterThan(Object value) static ConstraintDeprecated.static ConstraintConstraintBuilder.in(String attribute, Collection<?> values) Deprecated.Use#in(String)ConstraintBuilder.in(Collection<?> values) ConstraintBuilder.isNotNull()ConstraintBuilder.isNull()static ConstraintDeprecated.ConstraintBuilder.lessOrEqualThan(Object value) static ConstraintDeprecated.default ConstraintConstraint.not()static ConstraintConstraintBuilder.not(Constraint c) Deprecated.Usenot()static ConstraintDeprecated.Methods in com.flowingcode.backendcore.model with parameters of type ConstraintModifier and TypeMethodDescriptionvoidQuerySpec.addConstraint(Constraint constraint) final TConstraintTransformer.apply(Constraint c) Return an implementation-specific representation of the constraint.static ConstraintConstraintBuilder.not(Constraint c) Deprecated.Usenot()protected TConstraintTransformer.transform(Constraint c) Return an implementation-specific representation of the constraint, ornullif it cannot be transformed. -
Uses of Constraint in com.flowingcode.backendcore.model.constraints
Subinterfaces of Constraint in com.flowingcode.backendcore.model.constraintsModifier and TypeInterfaceDescriptioninterfaceinterfaceClasses in com.flowingcode.backendcore.model.constraints that implement ConstraintModifier and TypeClassDescriptionclassclassclassclassclassclassclass
#between(String)