case class Datastore(underlying: com.google.cloud.datastore.Datastore, typeIdentifier: String = "_type") extends Product with Serializable

Linear Supertypes
Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Datastore
  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 Datastore(underlying: com.google.cloud.datastore.Datastore, typeIdentifier: String = "_type")

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped