public class ContextSourceAndHibernateTransactionManager extends HibernateTransactionManager
logger, SYNCHRONIZATION_ALWAYS, SYNCHRONIZATION_NEVER, SYNCHRONIZATION_ON_ACTUAL_TRANSACTION| Constructor and Description |
|---|
ContextSourceAndHibernateTransactionManager()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet()
Deprecated.
|
protected void |
doBegin(Object transaction,
TransactionDefinition definition)
Deprecated.
|
protected void |
doCleanupAfterCompletion(Object transaction)
Deprecated.
|
protected void |
doCommit(DefaultTransactionStatus status)
Deprecated.
|
protected Object |
doGetTransaction()
Deprecated.
|
protected void |
doResume(Object transaction,
Object suspendedResources)
Deprecated.
|
protected void |
doRollback(DefaultTransactionStatus status)
Deprecated.
|
protected Object |
doSuspend(Object transaction)
Deprecated.
|
ContextSource |
getContextSource()
Deprecated.
|
protected boolean |
isExistingTransaction(Object transaction)
Deprecated.
|
void |
setContextSource(ContextSource contextSource)
Deprecated.
|
void |
setRenamingStrategy(TempEntryRenamingStrategy renamingStrategy)
Deprecated.
|
convertHibernateAccessException, convertJdbcAccessException, doSetRollbackOnly, getDataSource, getDefaultJdbcExceptionTranslator, getEntityInterceptor, getJdbcExceptionTranslator, getResourceFactory, getSessionFactory, isSameConnectionForEntireSession, prepareForCommit, setAutodetectDataSource, setBeanFactory, setDataSource, setEarlyFlushBeforeCommit, setEntityInterceptor, setEntityInterceptorBeanName, setHibernateManagedSession, setJdbcExceptionTranslator, setPrepareConnection, setSessionFactorycommit, determineTimeout, getDefaultTimeout, getTransaction, getTransactionSynchronization, invokeAfterCompletion, isFailEarlyOnGlobalRollbackOnly, isGlobalRollbackOnParticipationFailure, isNestedTransactionAllowed, isRollbackOnCommitFailure, isValidateExistingTransaction, newTransactionStatus, prepareSynchronization, prepareTransactionStatus, registerAfterCompletionWithExistingTransaction, resume, rollback, setDefaultTimeout, setFailEarlyOnGlobalRollbackOnly, setGlobalRollbackOnParticipationFailure, setNestedTransactionAllowed, setRollbackOnCommitFailure, setTransactionSynchronization, setTransactionSynchronizationName, setValidateExistingTransaction, shouldCommitOnGlobalRollbackOnly, suspend, triggerBeforeCommit, triggerBeforeCompletion, useSavepointForNestedTransactionclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcommit, getTransaction, rollbackpublic ContextSourceAndHibernateTransactionManager()
protected boolean isExistingTransaction(Object transaction)
isExistingTransaction in class HibernateTransactionManagerprotected Object doGetTransaction()
doGetTransaction in class HibernateTransactionManagerprotected void doBegin(Object transaction, TransactionDefinition definition)
doBegin in class HibernateTransactionManagerprotected void doCleanupAfterCompletion(Object transaction)
doCleanupAfterCompletion in class HibernateTransactionManagerprotected void doCommit(DefaultTransactionStatus status)
doCommit in class HibernateTransactionManagerprotected void doRollback(DefaultTransactionStatus status)
doRollback in class HibernateTransactionManagerpublic ContextSource getContextSource()
public void setContextSource(ContextSource contextSource)
public void setRenamingStrategy(TempEntryRenamingStrategy renamingStrategy)
protected Object doSuspend(Object transaction)
doSuspend in class HibernateTransactionManagerprotected void doResume(Object transaction, Object suspendedResources)
doResume in class HibernateTransactionManagerpublic void afterPropertiesSet()
afterPropertiesSet in interface InitializingBeanafterPropertiesSet in class HibernateTransactionManager