| Package | Description |
|---|---|
| com.googlecode.genericdao.dao.hibernate.original |
| Modifier and Type | Class and Description |
|---|---|
class |
DAODispatcher
This is an implementation of GeneralDAO that delegates to other DAOs
depending on what entity class is being processed.
|
class |
GeneralDAOImpl
Implementation of
GeneralDAO using Hibernate. |
| Modifier and Type | Field and Description |
|---|---|
protected GeneralDAO |
DAODispatcher.generalDAO |
| Modifier and Type | Method and Description |
|---|---|
void |
FlexDAOAdapter.setDAO(GeneralDAO dao) |
void |
DAODispatcher.setGeneralDAO(GeneralDAO generalDAO)
GeneralDAO has default implementations for the standard DAO methods.
|
Copyright © 2008-2013. All Rights Reserved.