| Class | Description |
|---|---|
| HibernateRepositoryUtils |
A set of methods which allow shorter passing parameters to HibernateRepository in shorter form.
|
| Order |
Supports all Hibernate ordering strategies and also provides
Order.nullsFirst(),
Order.nullsLast() support for databases that support such syntax. |
| Page |
Provides page information such as page size and page number.
|
| Partition |
Provides partition information such as first of first entity to return starting from 0 and maximum amount of entities to return.
|
| Restrictions |
Restrictions that support all Hibernate restriction types and introduces
disabledIfValueIsNull
Allows restrictions on properties of associated entities without need of explicitly setting association path. |
| Restrictions.CaseAwareRestriction |
Case sensitivity aware restriction.
|
| Restrictions.EmptinessAwareRestriction |
This restriction allows to disable IN statement in case it is empty;
|
| Restrictions.ExampleRestriction |
Restriction for Hibernate example criteria.
|
| Restrictions.Restriction |
Can be used in environments(GWT,RMI,Web Services clients) without direct Hibernate dependencies.
|
| Enum | Description |
|---|---|
| Order.CaseSensitivity |
Determines case sensitivity during sorting.
|
| Order.NullsPosition |
Determines nulls position during sorting.
|
| Order.SortingDirection |
Determines sort direction.
|
Copyright © 2007–2014 Semochkin Vitaly Evgenevich. All rights reserved.