AttributeName

org.scanamo.query.AttributeName
See theAttributeName companion object
case class AttributeName(components: List[String], index: Option[Int])

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def <[V : DynamoFormat](v: V): KeyIs[V]
def <=[V : DynamoFormat](v: V): KeyIs[V]
def ===[V : DynamoFormat](v: V): KeyEquals[V]
def >[V : DynamoFormat](v: V): KeyIs[V]
def >=[V : DynamoFormat](v: V): KeyIs[V]
def \(component: String): AttributeName
def apply(index: Int): AttributeName
def beginsWith[V : DynamoFormat](v: V): BeginsWith[V]
def between[V : DynamoFormat](lo: V): PartiallyAppliedBetween[V]
def contains(substr: String): Contains
def in[V : DynamoFormat](vs: Set[V]): KeyList[V]
def placeholder(prefix: String): String

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product