@groovy.transform.Trait @groovy.transform.CompileStatic trait AsyncEntity<D> extends GormEntity<D>
Adds Grails Async features to an entity that implements this trait, including the ability to run GORM tasks in a separate thread
Type Params | Return Type | Name and description |
---|---|---|
|
static GormAsyncStaticApi<D> |
getAsync()
|