Package io.micronaut.data.processor.visitors.finders
package io.micronaut.data.processor.visitors.finders
Implementations of
MethodCandidate
to match
candidate methods and return queries and interceptors.- Since:
- 1.0.0
- Author:
- graemerocher
-
ClassDescriptionAbstract criteria matcher.Method result.The method matcher that is using
MethodNameParser
.Deprecated, for removal: This API element is subject to removal in a future version.No longer usedThe matcher based on a simple patter.Abstract superclass for specification methods.Count method match.Count method matcher.Exists method matcher.Finders utils.Internally used for dynamically defining a class element.The interceptor match.Find method matcher.Implementation of dynamic finders.The method matcher.Method match implementation.The method info.The method name parser.The builder.The match.The match ID.Finder for the procedure methods.Projections.The AVG projection.The MAX projection.The MIN projection.The SUM projection.Type of method match.Finder with custom defied query used to return a single result.Restrictions.Restrictions.After<T extends Comparable<? super T>>Same asRestrictions.PropertyGreaterThan
.Restrictions.Before<T extends Comparable<? super T>>Same asRestrictions.PropertyLessThan
.Array contains restriction.Restrictions.PropertyBetween<T extends Comparable<? super T>>Between restriction.Collection contains restriction.Contains with criterion.Contains with criterion.Contains with criterion.Contains with criterion IgnoreCase.Ends with criterion.Ends with criterion.Ends with criterion.Ends with criterion.Equal restriction.Equals restriction.Restrictions.PropertyGreaterThan<T extends Comparable<? super T>>Greater than expression.Restrictions.PropertyGreaterThanEquals<T extends Comparable<? super T>>Greater than equals.Ids restriction.Case-insensitive like.In restriction.InList restriction.Restrictions.PropertyInRange<T extends Comparable<? super T>>InRange restriction.IsEmpty restriction.IsFalse restriction.IsNotEmpty restriction.IsNotNull restriction.IsNull restriction.IsTrue restriction.Restrictions.PropertyLessThan<T extends Comparable<? super T>>Less than.Restrictions.PropertyLessThanEquals<T extends Comparable<? super T>>Less than equals.Like criterion.PropertyNotEqual restriction.PropertyNotEquals restriction.NotIn restriction.NotInList restriction.Regex criterion.Property restriction.Regex like.Starts with criterion.Starts with criterion.Starts with criterion.Starts with criterion.EqualIgnoreCase restriction.EqualsIgnoreCase restriction.Restriction.A save method for saving a single entity.Internal utility methods.Update method matcher.