public class SqlMapClientRegister extends AbstractDaoAdapterRegister<org.milyn.scribe.adapter.ibatis.SqlMapClientDaoAdapter,com.ibatis.sqlmap.client.SqlMapClient>
| Constructor and Description |
|---|
SqlMapClientRegister(Map<String,? extends com.ibatis.sqlmap.client.SqlMapClient> sqlMapClientMap) |
SqlMapClientRegister(com.ibatis.sqlmap.client.SqlMapClient sqlMapClient) |
SqlMapClientRegister(com.ibatis.sqlmap.client.SqlMapClient sqlMapClient,
Map<String,? extends com.ibatis.sqlmap.client.SqlMapClient> sqlMapClientMap) |
| Modifier and Type | Method and Description |
|---|---|
protected org.milyn.scribe.adapter.ibatis.SqlMapClientDaoAdapter |
createAdapter(com.ibatis.sqlmap.client.SqlMapClient sqlMapClient)
This method creates the Dao Adapter from the Adaptable.
|
addToSessionMap, getDao, getDefaultDaoreturnDaopublic SqlMapClientRegister(com.ibatis.sqlmap.client.SqlMapClient sqlMapClient)
public SqlMapClientRegister(com.ibatis.sqlmap.client.SqlMapClient sqlMapClient,
Map<String,? extends com.ibatis.sqlmap.client.SqlMapClient> sqlMapClientMap)
protected org.milyn.scribe.adapter.ibatis.SqlMapClientDaoAdapter createAdapter(com.ibatis.sqlmap.client.SqlMapClient sqlMapClient)
AbstractDaoAdapterRegister
NOTE
This method can not reference any object fields because this
method is called in the constructor of the
AbstractDaoAdapterRegister class.
createAdapter in class AbstractDaoAdapterRegister<org.milyn.scribe.adapter.ibatis.SqlMapClientDaoAdapter,com.ibatis.sqlmap.client.SqlMapClient>sqlMapClient - The object that will be adapted by a Dao AdapterCopyright © 2020. All rights reserved.