Package org.cyclos.impl.sql
Class BaseNativeQueryHandlerImpl
- java.lang.Object
-
- org.cyclos.impl.sql.BaseNativeQueryHandlerImpl
-
- All Implemented Interfaces:
CustomBean,NativeQueryHandler
- Direct Known Subclasses:
PostgresqlQueryHandlerImpl
public abstract class BaseNativeQueryHandlerImpl extends Object implements NativeQueryHandler
Base implementation forNativeQueryHandler
-
-
Field Summary
Fields Modifier and Type Field Description protected ApplicationContextapplicationContextprotected JdbcTemplatejdbcTemplateprotected RawEntityManagerHandlerrawEntityManagerHandler
-
Constructor Summary
Constructors Constructor Description BaseNativeQueryHandlerImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected SessionDatagetSessionData()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.cyclos.impl.sql.NativeQueryHandler
closeAccountBalances, copyLargeObject, deleteLargeObject, fixInconsistentAccountBalances, getAccountStatus, getJpaQueryTemplates, getNextTransactionNumber, getObjectId, getSearchHandler, insertAccountsPendingToCharge, insertArchiveAccountFees, insertBackgroundTaskExecution, insertMailings, insertReindexBackgroundTasks, insertTransferInitialStatus, insertUserIncomingMessages, insertUsersForBulkAction, iterateRecords, iterateUserIds, iterateUsers, nextAccountIdsToClose, openLargeObject, purgeRemovedBuiltinLanguages, rebuildClosedAccountBalances, setObjectId, supportsBlobsInReadOnlyTransactions, tryLock, tryLock, updateAccountStatuses, writeLargeObject
-
-
-
-
Field Detail
-
applicationContext
@Autowired protected ApplicationContext applicationContext
-
jdbcTemplate
@Autowired @Lazy protected JdbcTemplate jdbcTemplate
-
rawEntityManagerHandler
@Autowired @Lazy protected RawEntityManagerHandler rawEntityManagerHandler
-
-
Method Detail
-
getSessionData
protected SessionData getSessionData()
-
-