class
CaseClassListQueryField
[V, M]
extends AbstractListQueryField[V, V, DBObject, M, List]
Instance Constructors
-
new
CaseClassListQueryField
(field: Field[List[V], M])
Value Members
-
def
!=
(arg0: AnyRef): Boolean
-
def
!=
(arg0: Any): Boolean
-
def
##
(): Int
-
-
-
def
==
(arg0: AnyRef): Boolean
-
def
==
(arg0: Any): Boolean
-
-
-
def
all
(vs: Traversable[V]): Product with IndexableQueryClause[List[DBObject], Index] with Serializable { def withExpectedIndexBehavior(b: com.foursquare.rogue.MaybeIndexed): Product with com.foursquare.rogue.IndexableQueryClause[java.util.List[com.mongodb.DBObject],com.foursquare.rogue.Index] with Serializable{def withExpectedIndexBehavior(b: com.foursquare.rogue.MaybeIndexed): Product with com.foursquare.rogue.IndexableQueryClause[java.util.List[com.mongodb.DBObject],com.foursquare.rogue.Index] with Serializable{def withExpectedIndexBehavior(b: com.foursquare.rogue.MaybeIndexed): Product with com.foursquare.rogue.IndexableQueryClause[java.util.List[com.mongodb.DBObject],com.foursquare.rogue.Index] with Serializable}} }
-
def
asInstanceOf
[T0]
: T0
-
def
at
(i: Int): DummyField[V, M]
-
def
between
(range: (V, V)): BetweenQueryClause[DBObject]
-
def
between
(v1: V, v2: V): BetweenQueryClause[DBObject]
-
def
clone
(): AnyRef
-
def
contains
(v: V): EqClause[DBObject, Nothing]
-
def
eq
(arg0: AnyRef): Boolean
-
def
eqs
(vs: Traversable[V]): EqClause[List[DBObject], Nothing]
-
def
eqs
(v: V): EqClause[DBObject, Nothing]
-
def
equals
(arg0: Any): Boolean
-
-
def
finalize
(): Unit
-
def
getClass
(): java.lang.Class[_]
-
-
-
def
hashCode
(): Int
-
-
def
idx
(i: Int): DummyField[V, M]
-
def
in
[L]
(vs: L)(implicit arg0: (L) ⇒ Traversable[V]): Product with IndexableQueryClause[List[DBObject], Index] with Serializable { def withExpectedIndexBehavior(b: com.foursquare.rogue.MaybeIndexed): Product with com.foursquare.rogue.IndexableQueryClause[java.util.List[com.mongodb.DBObject],com.foursquare.rogue.Index] with Serializable{def withExpectedIndexBehavior(b: com.foursquare.rogue.MaybeIndexed): Product with com.foursquare.rogue.IndexableQueryClause[java.util.List[com.mongodb.DBObject],com.foursquare.rogue.Index] with Serializable{def withExpectedIndexBehavior(b: com.foursquare.rogue.MaybeIndexed): Product with com.foursquare.rogue.IndexableQueryClause[java.util.List[com.mongodb.DBObject],com.foursquare.rogue.Index] with Serializable}} }
-
def
isInstanceOf
[T0]
: Boolean
-
-
-
def
ne
(arg0: AnyRef): Boolean
-
def
neqs
(vs: Traversable[V]): NeQueryClause[List[DBObject]]
-
def
neqs
(v: V): NeQueryClause[DBObject]
-
def
nin
[L]
(vs: L)(implicit arg0: (L) ⇒ Traversable[V]): NinQueryClause[DBObject]
-
def
notcontains
(v: V): NeQueryClause[DBObject]
-
def
notify
(): Unit
-
def
notifyAll
(): Unit
-
-
def
synchronized
[T0]
(arg0: ⇒ T0): T0
-
def
toString
(): String
-
def
unsafeField
[F]
(name: String): SelectableDummyField[List[F], M]
-
def
valueToDB
(v: V): DBObject
-
def
valuesToDB
(vs: Traversable[V]): Traversable[DBObject]
-
def
wait
(): Unit
-
def
wait
(arg0: Long, arg1: Int): Unit
-
def
wait
(arg0: Long): Unit
Inherited from AnyRef
Inherited from Any