@CompileStatic class FindAllImplementer extends AbstractDetachedCriteriaServiceImplementor implements IterableServiceImplementer<GormEntity>, Ordered
Automatically implements Service interface methods that start with "list" and return an iterable of domain classes
| Fields inherited from class | Fields |
|---|---|
class AbstractDetachedCriteriaServiceImplementor |
DETACHED_CRITERIA |
| Type | Name and description |
|---|---|
static List<String> |
HANDLED_PREFIXES |
| Constructor and description |
|---|
FindAllImplementer() |
| Type Params | Return Type | Name and description |
|---|---|---|
|
Iterable<String> |
getHandledPrefixes() |
|
void |
implementById(ClassNode domainClassNode, MethodNode abstractMethodNode, MethodNode newMethodNode, ClassNode targetClassNode, BlockStatement body, Expression byIdLookup) |
|
void |
implementWithQuery(ClassNode domainClassNode, MethodNode abstractMethodNode, MethodNode newMethodNode, ClassNode targetClassNode, BlockStatement body, VariableExpression detachedCriteriaVar, Expression queryArgs) |
|
protected boolean |
isCompatibleReturnType(ClassNode domainClass, MethodNode methodNode, ClassNode returnType, String prefix) |
|
protected boolean |
lookupById() |
|
protected ClassNode |
resolveDomainClassFromSignature(ClassNode currentDomainClassNode, MethodNode methodNode) |
Groovy Documentation