|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--it.mokabyte.pattern.dao.MyDaoFactory
Title: MyDaoFactory
Description: the dao factory class
Copyright: Copyright (c) 2002
Company:
Field Summary | |
static int |
JDBC_TYPE
|
static int |
XML_TYPE
Constants of DAO type |
Constructor Summary | |
MyDaoFactory()
|
Method Summary | |
static MyDao |
getDAO()
Instantiate the class specified by Deployment descriptor environment entry |
static MyDao |
getDAO(int DaoType)
Instantiate the class specified by user |
Methods inherited from class java.lang.Object |
|
Field Detail |
public static final int XML_TYPE
public static final int JDBC_TYPE
Constructor Detail |
public MyDaoFactory()
Method Detail |
public static MyDao getDAO() throws DAOException
Instantiate the class specified by Deployment descriptor environment entry
DAOException
- public static MyDao getDAO(int DaoType) throws DAOException
Instantiate the class specified by user
DAOException
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |