|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object bexee.dao.DAOFactory bexee.dao.MemoryDAOFactory
Memory DAO factory for constructing DAO implementations using memory as data source.
Each concrete DAO is responsible for connecting to the data source and obtaining and manipulating data for the business object it supports.
Constructor Summary | |
MemoryDAOFactory()
|
Method Summary | |
BPELProcessDAO |
createBPELProcessDAO()
The concrete factories will have to implement this method. |
ProcessContextDAO |
createProcessContextDAO()
The concrete factories will have to implement this method. |
Methods inherited from class bexee.dao.DAOFactory |
getInstance |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public MemoryDAOFactory()
Method Detail |
public BPELProcessDAO createBPELProcessDAO()
DAOFactory
createBPELProcessDAO
in class DAOFactory
BPELProcessDAO
implementationpublic ProcessContextDAO createProcessContextDAO()
DAOFactory
createProcessContextDAO
in class DAOFactory
ProcessContextDAO
implementation
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |