Package org.springframework.orm.ibatis.support

Examples of org.springframework.orm.ibatis.support.SqlMapClientDaoSupport.afterPropertiesSet()


    template.setDataSource(ds);
    template.setSqlMapClient(client);
    testDao.setSqlMapClientTemplate(template);
    assertEquals(template, testDao.getSqlMapClientTemplate());

    testDao.afterPropertiesSet();
  }


  private static class TestSqlMapClientTemplate extends SqlMapClientTemplate {
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.