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.Abstract pattern method match that support two variations of method names.The 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.Find method matcher.List method matcher.Implementation of dynamic finders.The method matcher.Method match implementation.The method info.Projections.The AVG projection.The MAX projection.The MIN projection.The SUM projection.Finder with custom defied query used to return a single result.Restrictions.Restrictions.After<T extends Comparable<? super T>>Same as
Restrictions.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.A save method for saving a single entity.Internal utility methods.Update method matcher.