Uses of Interface
de.espirit.or.query.Constraint
Packages that use Constraint
-
Uses of Constraint in de.espirit.or.query
Subinterfaces of Constraint in de.espirit.or.queryModifier and TypeInterfaceDescriptioninterfaceThe base class for allconstraintswhich define an attribute based filter.Classes in de.espirit.or.query that implement ConstraintModifier and TypeClassDescriptionclassThe base class for all implementations ofConstraintwhich define an attribute based filter.classInterface to combine different sub constraints withandclassThe base class of all compare constraints.classThe base class of all composed constraints.classConstraint to check if belonging attribute is equal to a specific value.classConstraint to check if belonging attribute is greater than a specific value.classConstraint to compare if belonging attribute is greater than or equals to a specific value.classConstraint representing the IN operator.classConstraint to check if belonging attribute is notnullclassConstraint to check if belonging attribute isnullclassConstraint to compare if belonging attribute is less than a specific value.classConstraint to compare if belonging attribute is less than or equasl to a specific value.classConstraint to compare the belonging attribute value by matching against the pattern specified by value.classConstraint to compare if belonging attribute isnot equalto a specific value.classInterface to combine different sub constraints withorMethods in de.espirit.or.query that return ConstraintModifier and TypeMethodDescription@Nullable ConstraintSelect.getConstraint()Return the constraint defined by this select.Methods in de.espirit.or.query that return types with arguments of type ConstraintModifier and TypeMethodDescriptionComposedConstraint.getConstraints()Return an unmodifiable list of all sub contraints contained in this composed constraint.Methods in de.espirit.or.query with parameters of type ConstraintModifier and TypeMethodDescriptionvoidComposedConstraint.add(@NotNull Constraint constraint) Add a new sub constraint to this composed constraint.voidSelect.setConstraint(Constraint constraint) Set the select constraint toconstraint.Constructors in de.espirit.or.query with parameters of type ConstraintModifierConstructorDescriptionAnd(@NotNull Constraint constraint) Creates an And with the given sub constraint.And(@NotNull Constraint constraint1, @NotNull Constraint constraint2) Creates an And combining the given constraints.