@CompileStatic abstract class AbstractProjectionImplementer extends AbstractDetachedCriteriaServiceImplementor
Abstract implementation for projections
| Modifiers | Name | Description |
|---|---|---|
protected static String |
RESOLVED_PROPERTY_NAME |
| Fields inherited from class | Fields |
|---|---|
class AbstractDetachedCriteriaServiceImplementor |
DETACHED_CRITERIA |
| Constructor and description |
|---|
AbstractProjectionImplementer() |
| Type Params | Return Type | Name and description |
|---|---|---|
|
protected String |
establishPropertyName(MethodNode methodNode, String prefix, ClassNode domainClass) |
|
int |
getOrder() |
|
protected String |
getProjectionName() |
|
protected String |
getQueryMethodToInvoke(ClassNode domainClassNode, MethodNode newMethodNode) |
|
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 |
isValidPropertyType(ClassNode returnType, ClassNode propertyType) |
|
protected boolean |
lookupById() |