|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--it.mokabyte.pattern.dao.MyDaoFactory
This is DAO Factory class
Field Summary | |
private static java.lang.String |
DAO_CLASS_NAME
|
Constructor Summary | |
MyDaoFactory()
|
Method Summary | |
static MyDao |
getDAO()
This method instantiates a particular subclass implementing the abstract methods based on the information obtained from the deployment descriptor |
Methods inherited from class java.lang.Object |
|
Field Detail |
private static final java.lang.String DAO_CLASS_NAME
Constructor Detail |
public MyDaoFactory()
Method Detail |
public static MyDao getDAO() throws DAOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |