| Interface | Description |
|---|---|
| GeneralDAO |
Interface for general Data Access Object that can be used for any type domain
object.
|
| GenericDAO<T,ID extends Serializable> |
Interface for a Data Access Object that can be used for a single specified
type domain object.
|
| Class | Description |
|---|---|
| DAODispatcher |
This is an implementation of GeneralDAO that delegates to other DAOs
depending on what entity class is being processed.
|
| FlexDAOAdapter | |
| GeneralDAOImpl |
Implementation of
GeneralDAO using Hibernate. |
| GenericDAOImpl<T,ID extends Serializable> |
Implementation of
GenericDAO using Hibernate. |
| HibernateBaseDAO |
Base class for DAOs that uses Hibernate SessionFactory and HQL for searches.
|
Copyright © 2008-2013. All Rights Reserved.