| Interface | Description |
|---|---|
| DAO |
Base DAO interface.
|
| GeneralDAO |
General DAO interface.
|
| GenericDAO<T,ID extends Serializable> |
Generic DAO interface.
|
| Repository |
Repository interface, in case the DAO pattern isn't applied.
|
| Class | Description |
|---|---|
| AbstractDAOImpl |
Abstract implementation for general and generic DAO.
|
| GeneralDAOImpl |
Implementation of the General DAO.
|
| GenericDAOImpl<T,ID extends Serializable> |
Implementation of the Generic DAO.
|
| RepositoryImpl |
Implementation of the General DAO.
|
| UUIDUserType |
An hibernate user type to store java.util.UUID as Strings.
|
Copyright © 2014. All rights reserved.