MethodCandidate
to match
candidate methods and return queries and interceptors.See: Description
Interface | Description |
---|---|
MethodCandidate |
Implementation of dynamic finders.
|
Class | Description |
---|---|
AbstractListMethod |
An abstract list based method.
|
AbstractPatternBasedMethod |
A method candidate based on pattern matching.
|
CountByMethod |
Dynamic finder for support for counting.
|
CountMethod |
Simple count method.
|
CriterionMethodExpression |
Method expression used to evaluate a dynamic finder.
|
CriterionMethodExpression.After | |
CriterionMethodExpression.Before |
Same as
CriterionMethodExpression.LessThan . |
CriterionMethodExpression.Between |
Between criterion.
|
CriterionMethodExpression.Containing |
Contains with criterion.
|
CriterionMethodExpression.Contains |
Contains with criterion.
|
CriterionMethodExpression.EndingWith |
Ends with criterion.
|
CriterionMethodExpression.EndsWith |
Ends with criterion.
|
CriterionMethodExpression.Equal |
Is equal criterion.
|
CriterionMethodExpression.False |
false criterion.
|
CriterionMethodExpression.GreaterThan |
Greater than expression.
|
CriterionMethodExpression.GreaterThanEquals |
Greater than equals.
|
CriterionMethodExpression.Ilike |
Case insensitive like.
|
CriterionMethodExpression.In |
In criterion.
|
CriterionMethodExpression.InList |
In list.
|
CriterionMethodExpression.InRange |
In range criterion.
|
CriterionMethodExpression.IsEmpty |
Is empty criterion.
|
CriterionMethodExpression.IsNotEmpty |
Is not empty criterion.
|
CriterionMethodExpression.IsNotNull |
Is not null criterion.
|
CriterionMethodExpression.IsNull |
Is null criterion.
|
CriterionMethodExpression.LessThan |
Less than.
|
CriterionMethodExpression.LessThanEquals |
Less than equals.
|
CriterionMethodExpression.Like |
Like criterion.
|
CriterionMethodExpression.NotEqual |
Is not equal criterion.
|
CriterionMethodExpression.NotInList |
Not in list.
|
CriterionMethodExpression.Rlike |
Regex like.
|
CriterionMethodExpression.StartingWith |
Starts with criterion.
|
CriterionMethodExpression.StartsWith |
Starts with criterion.
|
CriterionMethodExpression.True |
true criterion.
|
DeleteByMethod |
Dynamic finder for support for delete operations.
|
DeleteMethod |
Support for simple delete operations.
|
DynamicFinder |
Abstract base class for dynamic finders.
|
ExistsByFinder |
Dynamic finder for exists queries.
|
FindByFinder |
Finder used to return a single result.
|
FindByIdsMethod |
Supports a method called findByIds.
|
FindOneMethod |
Simple list method support.
|
ListMethod |
Simple list method support.
|
MethodMatchInfo |
The method info.
|
ProjectionMethodExpression |
Method expression for performing a projection of some sort.
|
ProjectionMethodExpression.Avg |
Avg projection.
|
ProjectionMethodExpression.Distinct |
The distinct projection creator.
|
ProjectionMethodExpression.Max |
Max projection.
|
ProjectionMethodExpression.Min |
Min projection.
|
ProjectionMethodExpression.Property |
The property projection.
|
ProjectionMethodExpression.Sum |
Sum projection.
|
RawQuery |
Represents a raw query.
|
SaveAllMethod |
A save all method for saving several entities.
|
SaveEntityMethod |
A save method for saving a single entity.
|
SaveOneMethod |
A save method for saving a single entity.
|
TypeUtils |
Internal utility methods.
|
UpdateByMethod |
Support for finder based updates.
|
UpdateEntityMethod |
Handles
CrudRepository.update(Object) . |
UpdateMethod |
Support for simple updates by ID.
|
Enum | Description |
---|---|
MethodMatchInfo.OperationType |
Describes the operation type.
|
MethodCandidate
to match
candidate methods and return queries and interceptors.