@CompileStatic @GroovyASTTransformation(phase: CompilePhase.SEMANTIC_ANALYSIS) class GlobalJpaEntityTransform extends AbstractASTTransformation implements ASTTransformation, CompilationUnitAware, TransformWithPriority
Makes all entities annotated with
| Fields inherited from class | Fields |
|---|---|
class AbstractASTTransformation |
RETENTION_CLASSNODE |
| Type | Name and description |
|---|---|
CompilationUnit |
compilationUnit |
| Constructor and description |
|---|
GlobalJpaEntityTransform() |
| Type Params | Return Type | Name and description |
|---|---|---|
|
int |
priority() |
|
void |
visit(ASTNode[] astNodes, SourceUnit source) |
|
void |
visitClass(ClassNode classNode, SourceUnit source) |
| Methods inherited from class | Name |
|---|---|
class AbstractASTTransformation |
addError, checkPropertyList, checkPropertyList, checkPropertyList, deemedInternalName, equals, getAnnotationName, getClass, getMemberClassList, getMemberClassValue, getMemberClassValue, getMemberIntValue, getMemberStringList, getMemberStringValue, getMemberStringValue, getMemberValue, hasAnnotation, hashCode, memberHasValue, notify, notifyAll, shouldSkip, shouldSkip, shouldSkipOnDescriptorUndefinedAware, shouldSkipUndefinedAware, shouldSkipUndefinedAware, toString, tokenize, visit, wait, wait, wait |