Uses of Interface
net.solarnetwork.central.dao.mybatis.support.SqlSessionCallback
Packages that use SqlSessionCallback
-
Uses of SqlSessionCallback in net.solarnetwork.central.dao.mybatis.support
Methods in net.solarnetwork.central.dao.mybatis.support with parameters of type SqlSessionCallbackModifier and TypeMethodDescriptionprotected <R> RBaseMyBatisGenericDao.execute(SqlSessionCallback<R> callback, Object errorObject) Execute a task with aSqlSessionCallback, providing standardized error message handling.