@groovy.transform.CompileStatic @org.codehaus.groovy.transform.GroovyASTTransformation(phase: CompilePhase.CANONICALIZATION) class JpaGormEntityTransformation extends GormEntityTransformation
Enhanced GORM entity annotated with JPA annotations
Fields inherited from class | Fields |
---|---|
class GormEntityTransformation |
ADD_TO_PARAMETERS, JPA_ENTITY_ANNOTATION_NODE, JPA_ENTITY_CLASS_NODE, JPA_ID_ANNOTATION_NODE, JPA_TRANSIENT_ANNOTATION_NODE, JPA_VERSION_ANNOTATION_NODE, SERIALIZABLE_CLASS_NODE, compilationUnit |
Constructor and description |
---|
JpaGormEntityTransformation
() |
Methods inherited from class | Name |
---|---|
class GormEntityTransformation |
getOrCreateListProperty, injectIdProperty, injectVersionProperty, pickGormEntityTrait, setCompilationUnit, visit, visit |