|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.ibatis.dao.client.DaoManagerBuilder
Builds a DaoManager given a Reader (dao.xml) and optionally a set of properties. The following is an example of a dao.xml file.
Method Summary | |
static DaoManager |
buildDaoManager(java.io.Reader reader)
Builds a DAO Manager from the reader supplied. |
static DaoManager |
buildDaoManager(java.io.Reader reader,
java.util.Properties props)
Builds a DAO Manager from the reader supplied. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static DaoManager buildDaoManager(java.io.Reader reader, java.util.Properties props) throws DaoException
reader
- A Reader instance that reads a DAO configuration file (dao.xml).props
- A Properties instance that will be used for parameter substitution
in the DAO configuration file (dao.xml).
DaoException
public static DaoManager buildDaoManager(java.io.Reader reader)
reader
- A Reader instance that reads a DAO configuration file (dao.xml).
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |