org.milyn.scribe.adapter.ibatis
Class SqlMapClientRegister

java.lang.Object
  extended by org.milyn.scribe.register.AbstractDaoRegister<D>
      extended by org.milyn.scribe.register.AbstractDaoAdapterRegister<org.milyn.scribe.adapter.ibatis.SqlMapClientDaoAdapter,com.ibatis.sqlmap.client.SqlMapClient>
          extended by org.milyn.scribe.adapter.ibatis.SqlMapClientRegister
All Implemented Interfaces:
DaoRegister<org.milyn.scribe.adapter.ibatis.SqlMapClientDaoAdapter>

public class SqlMapClientRegister
extends AbstractDaoAdapterRegister<org.milyn.scribe.adapter.ibatis.SqlMapClientDaoAdapter,com.ibatis.sqlmap.client.SqlMapClient>

Author:
maurice.zeijen@smies.com

Constructor Summary
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)
           
 
Method Summary
protected  org.milyn.scribe.adapter.ibatis.SqlMapClientDaoAdapter createAdapter(com.ibatis.sqlmap.client.SqlMapClient sqlMapClient)
           
 
Methods inherited from class org.milyn.scribe.register.AbstractDaoAdapterRegister
addToSessionMap, getDao, getDefaultDao
 
Methods inherited from class org.milyn.scribe.register.AbstractDaoRegister
returnDao
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SqlMapClientRegister

public SqlMapClientRegister(com.ibatis.sqlmap.client.SqlMapClient sqlMapClient)

SqlMapClientRegister

public SqlMapClientRegister(com.ibatis.sqlmap.client.SqlMapClient sqlMapClient,
                            Map<String,? extends com.ibatis.sqlmap.client.SqlMapClient> sqlMapClientMap)

SqlMapClientRegister

public SqlMapClientRegister(Map<String,? extends com.ibatis.sqlmap.client.SqlMapClient> sqlMapClientMap)
Method Detail

createAdapter

protected org.milyn.scribe.adapter.ibatis.SqlMapClientDaoAdapter createAdapter(com.ibatis.sqlmap.client.SqlMapClient sqlMapClient)
Specified by:
createAdapter in class AbstractDaoAdapterRegister<org.milyn.scribe.adapter.ibatis.SqlMapClientDaoAdapter,com.ibatis.sqlmap.client.SqlMapClient>


Copyright © 2014. All Rights Reserved.