interface SingleResultProjectionServiceImplementer extends SingleResultServiceImplementer<GormEntity>
Represents a projection implementer
| Type Params | Return Type | Name and description |
|---|---|---|
|
abstract boolean |
isCompatibleReturnType(org.codehaus.groovy.ast.ClassNode domainClass, org.codehaus.groovy.ast.MethodNode methodNode, org.codehaus.groovy.ast.ClassNode returnType, java.lang.String prefix)Is the return type compatible with the projection query |
Is the return type compatible with the projection query
domainClass - The domain classmethodNode - the method noeprefix - The resolved prefix