Class |
Description |
AbstractArrayOrIterableResultImplementer
|
Abstract implementation of a finder that handles Array and Iterables of domain classes |
AbstractDetachedCriteriaServiceImplementor
|
An abstract implementer that builds a detached criteria query from the method arguments |
AbstractProjectionImplementer
|
Abstract implementation for projections |
AbstractReadOperationImplementer
|
Abstract implementor for read operations |
AbstractSaveImplementer
|
Abstract implementation of saving |
AbstractServiceImplementer
|
Abstract implementation of the ServiceImplementer interface |
AbstractStringQueryImplementer
|
Abstract support for String-based queries |
AbstractWhereImplementer
|
Abstract implementation for queries annotated with Where |
AbstractWriteOperationImplementer
|
Abstract implementer for write operations |
CountByImplementer
|
Implements countBy* methods on Service instances |
CountImplementer
|
Implementation for counting |
CountWhereImplementer
|
Implements support for the Where annotation on Service instances that return a multiple results |
DeleteImplementer
|
Implements "void delete(..)" |
DeleteWhereImplementer
|
Implement delete method that are annotated with Where |
FindAllByImplementer
|
Automatically implement services that find objects based an arguments |
FindAllByInterfaceProjectionImplementer
|
Created by graemerocher on 05/04/2017. |
FindAllImplementer
|
Automatically implements Service interface methods that start with "list" and
return an iterable of domain classes |
FindAllInterfaceProjectionImplementer
|
Used for performing interface projections on |
FindAllPropertyProjectionImplementer
|
Support for projections that return multiple results |
FindAllStringQueryImplementer
|
Implements support for String-based queries that return an iterable or array of domain classes |
FindAllWhereImplementer
|
Implements support for the Where annotation on Service instances that return a multiple results |
FindAndDeleteImplementer
|
An implementer that handles delete methods |
FindOneByImplementer
|
Handles implementation for a finder that returns a single result |
FindOneByInterfaceProjectionImplementer
|
Interface projections for dynamic finders |
FindOneImplementer
|
An implementer that implements logic for finding a single entity |
FindOneInterfaceProjectionImplementer
|
Interface projection finder |
FindOneInterfaceProjectionStringQueryImplementer
|
Interface projections for string-based queries |
FindOneInterfaceProjectionWhereImplementer
|
Interface projection implementer for Where queries |
FindOnePropertyProjectionImplementer
|
Implements property projection by query |
FindOneStringQueryImplementer
|
Implements support for String-based queries that return a domain class |
FindOneWhereImplementer
|
Implements support for the Where annotation on Service instances that return a single result |
SaveImplementer
|
Implementations saving new entities |
UpdateOneImplementer
|
Implements an update operation that returns the updated domain class |
UpdateStringQueryImplementer
|
Support for update String-queries |