_pojo_eachEntity = new PojoEachEntityCallback();
_pojo_fetchInt = new PojoFetchIntCallback();
_pojo_fetchObject = new PojoFetchObjectCallback();
_pojo_queryRecord = new PojoQueryRecordCallback();
_pojo_fetchRecord = new PojoFetchRecordCallback();
_pojo_eachRecord = new PojoEachRecordCallback();
// check for spring DataSourceTransactionManager
for (StackTraceElement ele : Thread.currentThread().getStackTrace()) {
if (ele.getClassName().startsWith("org.springframework")) {
log.info("Note: Make sure set SpringDaoRunner if using DataSourceTransactionManager.");