| Trait | Description |
|---|---|
| WithTrx | adds transaction methods to any class. relies on Gorms transactionService. |
| Class | Description |
|---|---|
| DbDialectService | Utility class to help create generic code and SQL that can work across supported databases. |
| GormMetaUtils | A bunch of helper and lookup/finder statics for dealing with domain classes and PersistentEntity. |
| GormUtils | GormUtils provides a set of static helpers for working with domain classes. |
| Pager | a holder object for paged data |
| TrxService |