Trait | Description |
---|---|
GormRepo | A trait that turns a class into a Repository |
GormRepoEntity | Main trait for a domain. gets applied to them during startup grails artifact part |
Class | Description |
---|---|
DefaultGormRepo | A concrete implementation of the GormRepo |
RepoMessage | A bunch of statics to support the Repository artifacts. |
RepoUtil | A bunch of statics to support the repositories. |