Package net.solarnetwork.central.dao.mybatis.support
package net.solarnetwork.central.dao.mybatis.support
-
ClassDescriptionBase DAO support for MyBatis implementationsBaseMyBatisFilterableDao<T extends net.solarnetwork.dao.Entity<PK>,
M extends FilterMatch<PK>, F extends Filter, PK extends Serializable> Base MyBatisFilterableDaoimplementation.BaseMyBatisFilterableDaoSupport<T extends net.solarnetwork.dao.Entity<K>,K, M extends net.solarnetwork.domain.Identity<K>, F extends net.solarnetwork.dao.PaginationCriteria> Base implementation ofFilterableDaousing MyBatis viaSqlSessionDaoSupport.BaseMyBatisGenericDao<T extends net.solarnetwork.dao.Entity<PK>,PK extends Serializable> Base implementation ofGenericDaousing MyBatis viaSqlSessionDaoSupport.BaseMyBatisGenericDaoSupport<T extends net.solarnetwork.dao.Entity<K>,K> Base implementation ofGenericDaousing MyBatis viaSqlSessionDaoSupport.FilterResultsFactory<M extends net.solarnetwork.domain.Identity<K>,K, F> Factory API for creating filter results instances.Extension ofMyBatisExceptionTranslatorto handle connection pool exceptions likeorg.springframework.jdbc.CannotGetJdbcConnectionExceptionthat are returned themselves.Callback API for performing work with aSqlSession.