Object

jp.co.bizreach.dynamodb4s.sample

Members

Related Doc: package sample

Permalink

object Members extends DynamoTable

Linear Supertypes
DynamoTable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Members
  2. DynamoTable
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type T = Members.this.type

    Permalink
    Definition Classes
    DynamoTable

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. val age: DynamoAttribute[Int]

    Permalink
  5. final def asInstanceOf[T0]: T0

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. val company: DynamoAttribute[String]

    Permalink
  8. object companyIndex extends SecondaryIndex

    Permalink
  9. val country: DynamoHashKey[String]

    Permalink
  10. def delete(hashPk: Any, rangePk: Any)(implicit db: DynamoDB): Unit

    Permalink

    Delete item by the hash key and the range key.

    Delete item by the hash key and the range key.

    Definition Classes
    DynamoTable
  11. def delete(hashPk: Any)(implicit db: DynamoDB): Unit

    Permalink

    Delete item by the hash key.

    Delete item by the hash key.

    Definition Classes
    DynamoTable
  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. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  17. val id: DynamoRangeKey[Int]

    Permalink
  18. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  19. val name: DynamoAttribute[String]

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

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

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

    Permalink
    Definition Classes
    AnyRef
  23. def put[E <: AnyRef](entity: E)(implicit db: DynamoDB, c: ClassTag[E]): Unit

    Permalink

    Create or update the given item

    Create or update the given item

    Definition Classes
    DynamoTable
  24. def putAttributes(hashPk: Any, rangePk: Any)(f: (T) ⇒ Seq[(DynamoAttribute[_], Any)])(implicit db: DynamoDB): Unit

    Permalink

    Update specified attributes by the hash key and the range key.

    Update specified attributes by the hash key and the range key.

    Definition Classes
    DynamoTable
  25. def putAttributes(hashPk: Any)(f: (T) ⇒ Seq[(DynamoAttribute[_], Any)])(implicit db: DynamoDB): Unit

    Permalink

    Update specified attributes by the hash key.

    Update specified attributes by the hash key.

    Definition Classes
    DynamoTable
  26. def query(): DynamoQueryBuilder[T]

    Permalink
    Definition Classes
    DynamoTable
  27. def scan(): DynamoScanBuilder[T]

    Permalink
    Definition Classes
    DynamoTable
  28. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  29. val table: String

    Permalink
    Definition Classes
    MembersDynamoTable
  30. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  31. final def wait(): Unit

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

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

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

Inherited from DynamoTable

Inherited from AnyRef

Inherited from Any

Ungrouped