Trait | Description |
---|---|
Entity | Trait added to all domain classes |
MultiTenant | A trait for domain classes to implement that should be treated as multi tenant |
Class | Description |
---|---|
CriteriaBuilder | Criteria builder implementation that operates against DataStore abstraction. |
DetachedCriteria | Represents criteria that is not bound to the current connection and can be built up and re-used at a later date. |
PagedResultList | A result list implementation that provides an additional property called 'totalCount' to obtain the total number of records. |