| AbstractFindByFinder |
|
| AbstractFinder |
Abstract base class for finders.
|
| CountByFinder |
Supports counting objects.
|
| DynamicFinder |
Abstract base class for dynamic finders.
|
| DynamicFinderInvocation |
Value object used to construct all the information necessary to invoke a dynamic finder.
|
| FindAllByBooleanFinder |
The "findAll<booleanProperty>By*" static persistent method.
|
| FindAllByFinder |
Finder used to return multiple results.
|
| FindByBooleanFinder |
The "find<booleanProperty>By*" static persistent method.
|
| FindByFinder |
Finder used to return a single result
|
| FindOrCreateByFinder |
Finder used to return a single result
|
| FindOrSaveByFinder |
|
| ListOrderByFinder |
The "listOrderBy*" static persistent method.
|
| MethodExpression |
Method expression used to evaluate a dynamic finder.
|
| MethodExpression.Between |
|
| MethodExpression.Equal |
|
| MethodExpression.GreaterThan |
|
| MethodExpression.GreaterThanEquals |
|
| MethodExpression.Ilike |
|
| MethodExpression.InList |
|
| MethodExpression.InRange |
|
| MethodExpression.IsEmpty |
|
| MethodExpression.IsNotEmpty |
|
| MethodExpression.IsNotNull |
|
| MethodExpression.IsNull |
|
| MethodExpression.LessThan |
|
| MethodExpression.LessThanEquals |
|
| MethodExpression.Like |
|
| MethodExpression.NotEqual |
|
| MethodExpression.Rlike |
|