| Class | Description |
|---|---|
| AbstractHibernateRepository<T,V extends java.io.Serializable> |
The abstract implementation of the hibernate repository which
all other repositories (in this scope) extend.
|
| CriteriaBuilder |
A builder for the creation of criterion that can be applied
to the queries being executed on the database.
|