c

store4s

Transaction

case class Transaction(underlying: com.google.cloud.datastore.Transaction, ds: Datastore) extends Product with Serializable

Linear Supertypes
Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Transaction
  2. Serializable
  3. Product
  4. Equals
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Transaction(underlying: com.google.cloud.datastore.Transaction, ds: Datastore)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def add(entities: Seq[FullEntity[_]]): List[Entity]
  5. def add(entity: FullEntity[_]): Entity
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  8. def delete(keys: Key*): Unit
  9. val ds: Datastore
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def get(keys: Seq[Key]): Iterator[Entity]
  12. def get(key: Key): Option[Entity]
  13. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  14. def getEither[A](id: Long)(implicit arg0: scala.reflect.api.JavaUniverse.WeakTypeTag[A], arg1: EntityDecoder[A]): Option[Either[Throwable, A]]
  15. def getEither[A](name: String)(implicit arg0: scala.reflect.api.JavaUniverse.WeakTypeTag[A], arg1: EntityDecoder[A]): Option[Either[Throwable, A]]
  16. def getEithersById[A](ids: Seq[Long])(implicit arg0: scala.reflect.api.JavaUniverse.WeakTypeTag[A], arg1: EntityDecoder[A]): Iterator[Either[Throwable, A]]
  17. def getEithersByName[A](names: Seq[String])(implicit arg0: scala.reflect.api.JavaUniverse.WeakTypeTag[A], arg1: EntityDecoder[A]): Iterator[Either[Throwable, A]]
  18. def getRight[A](id: Long)(implicit arg0: scala.reflect.api.JavaUniverse.WeakTypeTag[A], arg1: EntityDecoder[A]): Option[A]
  19. def getRight[A](name: String)(implicit arg0: scala.reflect.api.JavaUniverse.WeakTypeTag[A], arg1: EntityDecoder[A]): Option[A]
  20. def getRightsById[A](ids: Seq[Long])(implicit arg0: scala.reflect.api.JavaUniverse.WeakTypeTag[A], arg1: EntityDecoder[A]): Iterator[A]
  21. def getRightsByName[A](names: Seq[String])(implicit arg0: scala.reflect.api.JavaUniverse.WeakTypeTag[A], arg1: EntityDecoder[A]): Iterator[A]
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  26. def productElementNames: Iterator[String]
    Definition Classes
    Product
  27. def put(entities: Seq[FullEntity[_]]): List[Entity]
  28. def put(entity: FullEntity[_]): Entity
  29. def run(query: EntityQuery): QueryResults[Entity]
  30. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  31. val underlying: com.google.cloud.datastore.Transaction
  32. def update(entities: Entity*): Unit
  33. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  34. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  35. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped