case class DynamoQueryBuilder[T <: DynamoTable](_table: T, _keyConditions: (T) ⇒ Seq[(DynamoKey, Condition)], _attributes: (T) ⇒ Seq[DynamoProperty[_]], _limit: Int = 1000, _indexName: Option[String] = None) extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- DynamoQueryBuilder
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new DynamoQueryBuilder(_table: T, _keyConditions: (T) ⇒ Seq[(DynamoKey, Condition)], _attributes: (T) ⇒ Seq[DynamoProperty[_]], _limit: Int = 1000, _indexName: Option[String] = None)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def as[E <: AnyRef](implicit db: DynamoDB, c: ClassTag[E]): Seq[E]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
def
createRequest(attributes: Seq[String]): QueryRequest
- Attributes
- protected
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def filter(f: (T) ⇒ Seq[(DynamoKey, Condition)]): DynamoQueryBuilder[T]
- def filter2[I <: SecondaryIndex](i: (T) ⇒ I)(f: (I) ⇒ Seq[(DynamoKey, Condition)]): DynamoQueryBuilder[T]
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- def first[E <: AnyRef](implicit db: DynamoDB, c: ClassTag[E]): E
- def firstOption[E <: AnyRef](implicit db: DynamoDB, c: ClassTag[E]): Option[E]
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def limit(i: Int): DynamoQueryBuilder[T]
- def list[E <: AnyRef](implicit db: DynamoDB, c: ClassTag[E]): Seq[E]
- def map[E](mapper: (T, DynamoRow) ⇒ E)(implicit db: DynamoDB): Seq[E]
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def select(f: (T) ⇒ Seq[DynamoProperty[_]]): DynamoQueryBuilder[T]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )