Instead of a plain SqlMapClient, you can also pass a preconfigured SqlMapClientTemplate instance in. This allows you to share your SqlMapClientTemplate configuration for all your DAOs, for example a custom SQLExceptionTranslator to use. @author Juergen Hoeller @since 24.02.2004 @see #setSqlMapClient @see #setSqlMapClientTemplate @see org.springframework.orm.ibatis.SqlMapClientTemplate @see org.springframework.orm.ibatis.SqlMapClientTemplate#setExceptionTranslator
|
|