| Class | Description |
|---|---|
| CriteriaMethodInvoker | If you want to extend functionality of the HibernateCriteriaBuilder extend this class and override the methods you want |
| HibernateCriteriaBuilder | |
| PagedResultList | A result list for Criteria list calls, which is aware of the totalCount for the paged result. |
| RlikeExpression | Adds support for rlike to Hibernate in supported dialects. |
| Enum | Description |
|---|---|
| CriteriaMethods | Enum representing the supported methods in HibernateCriteriaBuilder. |