Class | Description |
---|---|
CriteriaBuilder | Criteria builder implementation that operates against Spring 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. |