|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DaoManager | |
---|---|
com.ibatis.dao.client | |
com.ibatis.dao.client.template | |
com.ibatis.dao.engine.builder.xml | |
com.ibatis.dao.engine.impl |
Uses of DaoManager in com.ibatis.dao.client |
---|
Methods in com.ibatis.dao.client that return DaoManager | |
---|---|
static DaoManager |
DaoManagerBuilder.buildDaoManager(java.io.Reader reader)
Builds a DAO Manager from the reader supplied. |
static DaoManager |
DaoManagerBuilder.buildDaoManager(java.io.Reader reader,
java.util.Properties props)
Builds a DAO Manager from the reader supplied. |
Uses of DaoManager in com.ibatis.dao.client.template |
---|
Fields in com.ibatis.dao.client.template declared as DaoManager | |
---|---|
protected DaoManager |
DaoTemplate.daoManager
|
Constructors in com.ibatis.dao.client.template with parameters of type DaoManager | |
---|---|
DaoTemplate(DaoManager daoManager)
The DaoManager that manages this Dao instance will be passed in as the parameter to this constructor automatically upon instantiation. |
|
HibernateDaoTemplate(DaoManager daoManager)
The DaoManager that manages this Dao instance will be passed in as the parameter to this constructor automatically upon instantiation. |
|
JdbcDaoTemplate(DaoManager daoManager)
The DaoManager that manages this Dao instance will be passed in as the parameter to this constructor automatically upon instantiation. |
|
OjbBrokerDaoTemplate(DaoManager daoManager)
The DaoManager that manages this Dao instance will be passed in as the parameter to this constructor automatically upon instantiation. |
|
SqlMapDaoTemplate(DaoManager daoManager)
The DaoManager that manages this Dao instance will be passed in as the parameter to this constructor automatically upon instantiation. |
|
ToplinkDaoTemplate(DaoManager daoManager)
The DaoManager that manages this Dao instance will be passed in as the parameter to this constructor automatically upon instantiation. |
Uses of DaoManager in com.ibatis.dao.engine.builder.xml |
---|
Methods in com.ibatis.dao.engine.builder.xml that return DaoManager | |
---|---|
DaoManager |
XmlDaoManagerBuilder.buildDaoManager(java.io.Reader reader)
|
DaoManager |
XmlDaoManagerBuilder.buildDaoManager(java.io.Reader reader,
java.util.Properties props)
|
Uses of DaoManager in com.ibatis.dao.engine.impl |
---|
Classes in com.ibatis.dao.engine.impl that implement DaoManager | |
---|---|
class |
StandardDaoManager
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |