| Class |
Description |
|
DetachedCriteriaASTTransformation
|
Transforms regular Groovy-style finders into detached criteria |
|
DetachedCriteriaTransformer
|
ClassCodeVisitorSupport that transforms where methods into detached criteria queries |
|
GlobalDetachedCriteriaASTTransformation
|
Global version of the detached query transformer |
|
GlobalGormQuerySafetyASTTransformation
|
Global version of GormQuerySafetyTransformer - runs automatically against every class
in every Grails application that has grails-datamapping-core on its compile classpath,
with no developer configuration required. |
|
GormQuerySafetyTransformer
|
org.codehaus.groovy.ast.ClassCodeVisitorSupport that detects GORM HQL/Cypher query text built from a
org.codehaus.groovy.ast.expr.GStringExpression that Groovy coerced to a plain String before it
reaches a GORM query method, e.g |