Package

org.springframework.scala.transaction

function

Permalink

package function

Visibility
  1. Public
  2. All

Type Members

  1. case class AspectJTransactionMode() extends TransactionMode with Product with Serializable

    Permalink

    AspectJ annotation-driven transaction manager mode.

    AspectJ annotation-driven transaction manager mode. To be used as parameter of org.springframework.scala.context.function.TransactionSupport.enableTransactionManagement()

    Since

    1.0

  2. case class ProxyTransactionMode(proxyTargetClass: Boolean = false) extends TransactionMode with Product with Serializable

    Permalink

    Spring's AOP framework proxy transaction mode.

    Spring's AOP framework proxy transaction mode. To be used as parameter of ) Equivalent to mode="proxy" attribute of <tx:annotation-driven/>.

    proxyTargetClass

    equivalent to proxy-target-class="true|false" attribute of <tx:annotation-driven/>. If set to true, then class based proxies are used. False means that standard JDK interface-based proxies should be created.

    Since

    1.0

  3. abstract class TransactionMode extends AnyRef

    Permalink

    Base class for annotation-driven transaction manager modes: org.springframework.scala.transaction.function.AspectJTransactionMode and org.springframework.scala.transaction.function.ProxyTransactionMode

  4. trait TransactionSupport extends AnyRef

    Permalink

    Defines additional FunctionalConfiguration elements for transaction support .

    Defines additional FunctionalConfiguration elements for transaction support .

    Since

    1.0

    See also

    FunctionalConfiguration

Value Members

  1. object TransactionSupport

    Permalink

    Used to store default transaction manager name.

    Used to store default transaction manager name.

    Since

    1.0

Ungrouped