@CompileStatic @GroovyASTTransformation(phase: CompilePhase.CANONICALIZATION) class HibernateEntityTransformation extends java.lang.Object implements ASTTransformation, CompilationUnitAware, TransformWithPriority
A transformation that transforms entities that implement the ManagedEntity trait, adding logic that intercepts getter and setter access to eliminate the need for proxies.
| Type | Name and description |
|---|---|
CompilationUnit |
compilationUnit |
| Constructor and description |
|---|
HibernateEntityTransformation() |
| Type Params | Return Type | Name and description |
|---|---|---|
|
int |
priority() |
|
void |
visit(ASTNode[] astNodes, SourceUnit sourceUnit) |
|
void |
visit(ClassNode classNode, SourceUnit sourceUnit) |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#equals(java.lang.Object), java.lang.Object#getClass(), java.lang.Object#hashCode(), java.lang.Object#notify(), java.lang.Object#notifyAll(), java.lang.Object#toString(), java.lang.Object#wait(), java.lang.Object#wait(long), java.lang.Object#wait(long, int) |