| Interface | Description |
|---|---|
| Configurator |
Simple interface for classes that can modify Hibernate's configuration
|
| Class | Description |
|---|---|
| EmptyVarcharInterceptor |
Hibernate interceptor that searches all objects being saved and checks if all
varchar fields are not empty.
|
| ForceRecreationListType |
This is special user collection type that should be used when
one wants to force the recreation of a list
on a Many-Many mapping table.
|
| HibernateFactory |
HibernateFactory - Helper superclass that contains methods for fetching and
storing Objects from the DB using Hibernate.
|
| HibernateHelper |
A Database helper class to let us easily get connections
|
| Exception | Description |
|---|---|
| DuplicateObjectException |
DuplicateObjectException
|
| HibernateRuntimeException |
A RuntimeException version of HibernateException.
|
| LookupException |
Thrown if the the object couldn't be found, or it multiple objects were found
|