| Interface | Description |
|---|---|
| HibernateConfiguration |
The database configuration.
|
| HibernateRepository |
Wraps our Hibernate repository.
|
| UnitOfWork<T> |
An interface that represents a single Unit of Work.
|
| Class | Description |
|---|---|
| AbstractHibernateConfiguration |
An abstract
HibernateConfiguration implementation, that requires clients only to supply values where no reasonable default can be found. |
| AbstractUnitOfWork<T> |
Abstract base class for
UnitOfWork implementations. |
| DefaultHibernateRepository |
Default
HibernateRepository implementation. |
| Enum | Description |
|---|---|
| HibernateHbm2dllAuto |
This enum represents the 'hibernate.hbm2ddl.auto' Hibernate configuration property.
|
| Exception | Description |
|---|---|
| ExecutionError |
Copyright © 2012 IP SQUARE. All Rights Reserved.