Class

dbx.transaction.support

AbstractPlatformTransactionManager

Related Doc: package support

Permalink

abstract class AbstractPlatformTransactionManager extends PlatformTransactionManager with Serializable

Linear Supertypes
Serializable, PlatformTransactionManager, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AbstractPlatformTransactionManager
  2. Serializable
  3. PlatformTransactionManager
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new AbstractPlatformTransactionManager()

    Permalink

Abstract Value Members

  1. abstract def doBegin(transaction: Any, definition: TransactionDefinition): Unit

    Permalink
    Attributes
    protected[dbx.transaction.support]
  2. abstract def doCommit(status: DefaultTransactionStatus): Unit

    Permalink
    Attributes
    protected[dbx.transaction.support]
  3. abstract def doGetTransaction(): AnyRef

    Permalink
    Attributes
    protected[dbx.transaction.support]
  4. abstract def doRollback(status: DefaultTransactionStatus): Unit

    Permalink
    Attributes
    protected[dbx.transaction.support]

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. final def commit(status: TransactionStatus): Unit

    Permalink
  7. def determineTimeout(definition: TransactionDefinition): Int

    Permalink
    Attributes
    protected[dbx.transaction.support]
  8. def doCleanupAfterCompletion(transaction: Any): Unit

    Permalink
    Attributes
    protected[dbx.transaction.support]
  9. def doResume(transaction: Any, suspendedResources: Any): Unit

    Permalink
    Attributes
    protected[dbx.transaction.support]
  10. def doSetRollbackOnly(status: DefaultTransactionStatus): Unit

    Permalink
    Attributes
    protected[dbx.transaction.support]
  11. def doSuspend(transaction: Any): AnyRef

    Permalink
    Attributes
    protected[dbx.transaction.support]
  12. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  14. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  16. final def getDefaultTimeout(): Int

    Permalink
  17. final def getTransaction(definition: TransactionDefinition): TransactionStatus

    Permalink
  18. final def getTransactionSynchronization(): Int

    Permalink
  19. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  20. final def invokeAfterCompletion(synchronizations: List[TransactionSynchronization], completionStatus: Int): Unit

    Permalink
    Attributes
    protected[dbx.transaction.support]
  21. def isExistingTransaction(transaction: Any): Boolean

    Permalink
    Attributes
    protected[dbx.transaction.support]
  22. final def isFailEarlyOnGlobalRollbackOnly(): Boolean

    Permalink
  23. final def isGlobalRollbackOnParticipationFailure(): Boolean

    Permalink
  24. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  25. final def isNestedTransactionAllowed(): Boolean

    Permalink
  26. final def isRollbackOnCommitFailure(): Boolean

    Permalink
  27. final def isValidateExistingTransaction(): Boolean

    Permalink
  28. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  29. def newTransactionStatus(definition: TransactionDefinition, transaction: Any, newTransaction: Boolean, newSynchronization: Boolean, debug: Boolean, suspendedResources: Any): DefaultTransactionStatus

    Permalink
    Attributes
    protected[dbx.transaction.support]
  30. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  31. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  32. def prepareForCommit(status: DefaultTransactionStatus): Unit

    Permalink
    Attributes
    protected[dbx.transaction.support]
  33. def prepareSynchronization(status: DefaultTransactionStatus, definition: TransactionDefinition): Unit

    Permalink
    Attributes
    protected[dbx.transaction.support]
  34. final def prepareTransactionStatus(definition: TransactionDefinition, transaction: Any, newTransaction: Boolean, newSynchronization: Boolean, debug: Boolean, suspendedResources: Any): DefaultTransactionStatus

    Permalink
    Attributes
    protected[dbx.transaction.support]
  35. def registerAfterCompletionWithExistingTransaction(transaction: Any, synchronizations: List[TransactionSynchronization]): Unit

    Permalink
    Attributes
    protected[dbx.transaction.support]
  36. final def resume(transaction: Any, resourcesHolder: SuspendedResourcesHolder): Unit

    Permalink
    Attributes
    protected[dbx.transaction.support]
  37. final def rollback(status: TransactionStatus): Unit

    Permalink
  38. final def setDefaultTimeout(defaultTimeout: Int): Unit

    Permalink
  39. final def setFailEarlyOnGlobalRollbackOnly(failEarlyOnGlobalRollbackOnly: Boolean): Unit

    Permalink
  40. final def setGlobalRollbackOnParticipationFailure(globalRollbackOnParticipationFailure: Boolean): Unit

    Permalink
  41. final def setNestedTransactionAllowed(nestedTransactionAllowed: Boolean): Unit

    Permalink
  42. final def setRollbackOnCommitFailure(rollbackOnCommitFailure: Boolean): Unit

    Permalink
  43. final def setTransactionSynchronization(transactionSynchronization: Int): Unit

    Permalink
  44. final def setTransactionSynchronizationName(constantName: String): Unit

    Permalink
  45. final def setValidateExistingTransaction(validateExistingTransaction: Boolean): Unit

    Permalink
  46. def shouldCommitOnGlobalRollbackOnly(): Boolean

    Permalink
    Attributes
    protected[dbx.transaction.support]
  47. final def suspend(transaction: Any): SuspendedResourcesHolder

    Permalink
    Attributes
    protected[dbx.transaction.support]
  48. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  49. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  50. final def triggerBeforeCommit(status: DefaultTransactionStatus): Unit

    Permalink
    Attributes
    protected[dbx.transaction.support]
  51. final def triggerBeforeCompletion(status: DefaultTransactionStatus): Unit

    Permalink
    Attributes
    protected[dbx.transaction.support]
  52. def useSavepointForNestedTransaction(): Boolean

    Permalink
    Attributes
    protected[dbx.transaction.support]
  53. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  54. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  55. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped