| Trait | Description | 
|---|---|
| Entity | Trait added to all domain classes | 
| 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. | 
| DetachedCriteria.DetachedProjections | |
| PagedResultList | A result list implementation that provides an additional property called 'totalCount' to obtain the total number of records. | 
| TestCriteriaBuilder | A CriteriaBuilder for unit testing |