@CompileStatic @GroovyASTTransformation(phase: CompilePhase.CANONICALIZATION) class HibernateEntityTransformation extends Object implements ASTTransformation, CompilationUnitAware
A transformation that transforms entities that implement the ManagedEntity trait, adding logic that intercepts getter and setter access to eliminate the need for proxies.
| Modifiers | Name | Description |
|---|---|---|
class |
HibernateEntityTransformation.1 |
| Type | Name and description |
|---|---|
CompilationUnit |
compilationUnit |
| Constructor and description |
|---|
HibernateEntityTransformation() |
| Type Params | Return Type | Name and description |
|---|---|---|
|
void |
visit(ASTNode[] astNodes, SourceUnit sourceUnit) |
|
void |
visit(ClassNode classNode, SourceUnit sourceUnit) |
Groovy Documentation