|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||
java.lang.Objectsimplejpa.DomainClass
@Retention(RetentionPolicy.SOURCE)
@Target(ElementType.TYPE)
@GroovyASTTransformationClass("simplejpa.DomainClassTransformation")
@interface DomainClass
| Method Summary | |
|---|---|
boolean
|
excludeAuditing()
@default false |
boolean
|
excludeDeletedFlag()
@default false |
boolean
|
excludeId()
@default false |
GenerationType
|
idGenerationStrategy()
@default GenerationType.TABLE |
| Methods inherited from class Object | |
|---|---|
| getClass, hashCode, equals, toString, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
boolean excludeAuditing()
boolean excludeDeletedFlag()
boolean excludeId()
GenerationType idGenerationStrategy()
Groovy Documentation