Class

scalikejdbc.async

TxAsyncDBSession

Related Doc: package async

Permalink

case class TxAsyncDBSession(connection: NonSharedAsyncConnection) extends AsyncDBSession with Product with Serializable

Asynchronous Transactional DB Session

Linear Supertypes
Serializable, Serializable, Product, Equals, AsyncDBSession, LogSupport, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TxAsyncDBSession
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AsyncDBSession
  7. LogSupport
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new TxAsyncDBSession(connection: NonSharedAsyncConnection)

    Permalink

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 begin()(implicit ctx: ShortenedNames.EC = ECGlobal): Future[AsyncQueryResult]

    Permalink
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def commit()(implicit ctx: ShortenedNames.EC = ECGlobal): Future[AsyncQueryResult]

    Permalink
  8. val connection: NonSharedAsyncConnection

    Permalink
    Definition Classes
    TxAsyncDBSessionAsyncDBSession
  9. def ensureAndNormalizeParameters(parameters: Seq[Any]): Seq[Any]

    Permalink
    Attributes
    protected
    Definition Classes
    AsyncDBSession
  10. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  11. def execute(statement: String, parameters: Any*)(implicit cxt: ShortenedNames.EC = ECGlobal): Future[Boolean]

    Permalink
    Definition Classes
    AsyncDBSession
  12. def finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  14. def isActive: Boolean

    Permalink
  15. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  16. def list[A](statement: String, parameters: Any*)(extractor: (WrappedResultSet) ⇒ A)(implicit cxt: ShortenedNames.EC = ECGlobal): Future[List[A]]

    Permalink
    Definition Classes
    AsyncDBSession
  17. val log: Log

    Permalink
    Attributes
    protected
    Definition Classes
    LogSupport
  18. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  19. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  21. def oneToManies2Traversable[A, B1, B2, Z](statement: String, parameters: Any*)(extractOne: (WrappedResultSet) ⇒ A)(extractTo1: (WrappedResultSet) ⇒ Option[B1], extractTo2: (WrappedResultSet) ⇒ Option[B2])(transform: (A, Seq[B1], Seq[B2]) ⇒ Z)(implicit cxt: ShortenedNames.EC = ECGlobal): Future[Traversable[Z]]

    Permalink
    Definition Classes
    AsyncDBSession
  22. def oneToManies3Traversable[A, B1, B2, B3, Z](statement: String, parameters: Any*)(extractOne: (WrappedResultSet) ⇒ A)(extractTo1: (WrappedResultSet) ⇒ Option[B1], extractTo2: (WrappedResultSet) ⇒ Option[B2], extractTo3: (WrappedResultSet) ⇒ Option[B3])(transform: (A, Seq[B1], Seq[B2], Seq[B3]) ⇒ Z)(implicit cxt: ShortenedNames.EC = ECGlobal): Future[Traversable[Z]]

    Permalink
    Definition Classes
    AsyncDBSession
  23. def oneToManies4Traversable[A, B1, B2, B3, B4, Z](statement: String, parameters: Any*)(extractOne: (WrappedResultSet) ⇒ A)(extractTo1: (WrappedResultSet) ⇒ Option[B1], extractTo2: (WrappedResultSet) ⇒ Option[B2], extractTo3: (WrappedResultSet) ⇒ Option[B3], extractTo4: (WrappedResultSet) ⇒ Option[B4])(transform: (A, Seq[B1], Seq[B2], Seq[B3], Seq[B4]) ⇒ Z)(implicit cxt: ShortenedNames.EC = ECGlobal): Future[Traversable[Z]]

    Permalink
    Definition Classes
    AsyncDBSession
  24. def oneToManies5Traversable[A, B1, B2, B3, B4, B5, Z](statement: String, parameters: Any*)(extractOne: (WrappedResultSet) ⇒ A)(extractTo1: (WrappedResultSet) ⇒ Option[B1], extractTo2: (WrappedResultSet) ⇒ Option[B2], extractTo3: (WrappedResultSet) ⇒ Option[B3], extractTo4: (WrappedResultSet) ⇒ Option[B4], extractTo5: (WrappedResultSet) ⇒ Option[B5])(transform: (A, Seq[B1], Seq[B2], Seq[B3], Seq[B4], Seq[B5]) ⇒ Z)(implicit cxt: ShortenedNames.EC = ECGlobal): Future[Traversable[Z]]

    Permalink
    Definition Classes
    AsyncDBSession
  25. def oneToManyTraversable[A, B, Z](statement: String, parameters: Any*)(extractOne: (WrappedResultSet) ⇒ A)(extractTo: (WrappedResultSet) ⇒ Option[B])(transform: (A, Seq[B]) ⇒ Z)(implicit cxt: ShortenedNames.EC = ECGlobal): Future[Traversable[Z]]

    Permalink
    Definition Classes
    AsyncDBSession
  26. def oneToOneTraversable[A, B, Z](statement: String, parameters: Any*)(extractOne: (WrappedResultSet) ⇒ A)(extractTo: (WrappedResultSet) ⇒ Option[B])(transform: (A, B) ⇒ Z)(implicit cxt: ShortenedNames.EC = ECGlobal): Future[Traversable[Z]]

    Permalink
    Definition Classes
    AsyncDBSession
  27. def queryLogging(statement: String, parameters: Seq[Any]): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    AsyncDBSession
  28. def release(): Unit

    Permalink
  29. def rollback()(implicit ctx: ShortenedNames.EC = ECGlobal): Future[AsyncQueryResult]

    Permalink
  30. def single[A](statement: String, parameters: Any*)(extractor: (WrappedResultSet) ⇒ A)(implicit cxt: ShortenedNames.EC = ECGlobal): Future[Option[A]]

    Permalink
    Definition Classes
    AsyncDBSession
  31. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  32. def traversable[A](statement: String, parameters: Any*)(extractor: (WrappedResultSet) ⇒ A)(implicit cxt: ShortenedNames.EC = ECGlobal): Future[Traversable[A]]

    Permalink
    Definition Classes
    AsyncDBSession
  33. def update(statement: String, parameters: Any*)(implicit cxt: ShortenedNames.EC = ECGlobal): Future[Int]

    Permalink
    Definition Classes
    AsyncDBSession
  34. def updateAndReturnGeneratedKey(statement: String, parameters: Any*)(implicit cxt: ShortenedNames.EC = ECGlobal): Future[Long]

    Permalink
    Definition Classes
    AsyncDBSession
  35. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. def withListeners[A](statement: String, parameters: Seq[Any], startMillis: Long = System.currentTimeMillis)(f: Future[A])(implicit cxt: ShortenedNames.EC = EC.global): Future[A]

    Permalink
    Attributes
    protected
    Definition Classes
    AsyncDBSession

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AsyncDBSession

Inherited from LogSupport

Inherited from AnyRef

Inherited from Any

Ungrouped