Class Restrictions
java.lang.Object
io.micronaut.data.processor.visitors.finders.Restrictions
Restrictions.
- Since:
- 3.2
- Author:
- Denis Stepanov
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Restrictions.After<T extends Comparable<? super T>>
Same asRestrictions.PropertyGreaterThan
.static class
Restrictions.Before<T extends Comparable<? super T>>
Same asRestrictions.PropertyLessThan
.static class
Array contains restriction.static class
Restrictions.PropertyBetween<T extends Comparable<? super T>>
Between restriction.static class
Collection contains restriction.static class
Contains with criterion.static class
Contains with criterion.static class
Contains with criterion.static class
Contains with criterion IgnoreCase.static class
Ends with criterion.static class
Ends with criterion.static class
Ends with criterion.static class
Ends with criterion.static class
Equal restriction.static class
Equals restriction.static class
Restrictions.PropertyGreaterThan<T extends Comparable<? super T>>
Greater than expression.static class
Restrictions.PropertyGreaterThanEquals<T extends Comparable<? super T>>
Greater than equals.static class
Ids restriction.static class
Case-insensitive like.static class
In restriction.static class
InList restriction.static class
Restrictions.PropertyInRange<T extends Comparable<? super T>>
InRange restriction.static class
IsEmpty restriction.static class
IsFalse restriction.static class
IsNotEmpty restriction.static class
IsNotNull restriction.static class
IsNull restriction.static class
IsTrue restriction.static class
Restrictions.PropertyLessThan<T extends Comparable<? super T>>
Less than.static class
Restrictions.PropertyLessThanEquals<T extends Comparable<? super T>>
Less than equals.static class
Like criterion.static class
PropertyNotEqual restriction.static class
PropertyNotEquals restriction.static class
NotIn restriction.static class
NotInList restriction.static class
Regex criterion.static interface
Property restriction.static class
Regex like.static class
Starts with criterion.static class
Starts with criterion.static class
Starts with criterion.static class
Starts with criterion.static class
EqualIgnoreCase restriction.static class
EqualsIgnoreCase restriction.static interface
Restriction. -
Field Summary
Modifier and TypeFieldDescriptionstatic final Map<String,
Restrictions.PropertyRestriction> static final Map<String,
Restrictions.Restriction> -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic <T> @Nullable Restrictions.PropertyRestriction<T>
static <T> @Nullable Restrictions.Restriction<T>
findRestriction
(String name)
-
Field Details
-
PROPERTY_RESTRICTIONS_MAP
-
RESTRICTIONS_MAP
-
-
Constructor Details
-
Restrictions
public Restrictions()
-
-
Method Details
-
findPropertyRestriction
@Nullable public static <T> @Nullable Restrictions.PropertyRestriction<T> findPropertyRestriction(String name) -
findRestriction
-