class
BsonRecordListQueryField
[M, B]
extends AbstractListQueryField[B, B, DBObject, M, List]
Instance Constructors
-
new
BsonRecordListQueryField
(field: Field[List[B], M], rec: B, asDBObject: (B) ⇒ DBObject)
Value Members
-
def
!=
(arg0: AnyRef): Boolean
-
def
!=
(arg0: Any): Boolean
-
def
##
(): Int
-
-
-
def
==
(arg0: AnyRef): Boolean
-
def
==
(arg0: Any): Boolean
-
-
-
def
all
(vs: Traversable[B]): 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[B, M]
-
def
between
(range: (B, B)): BetweenQueryClause[DBObject]
-
def
between
(v1: B, v2: B): BetweenQueryClause[DBObject]
-
def
clone
(): AnyRef
-
def
contains
(v: B): EqClause[DBObject, Nothing]
-
def
elemMatch
[V]
(clauseFuncs: (B) ⇒ com.foursquare.rogue.QueryClause[_]*): ElemMatchWithPredicateClause[Nothing]
-
def
eq
(arg0: AnyRef): Boolean
-
def
eqs
(vs: Traversable[B]): EqClause[List[DBObject], Nothing]
-
def
eqs
(v: B): EqClause[DBObject, Nothing]
-
def
equals
(arg0: Any): Boolean
-
-
def
finalize
(): Unit
-
def
getClass
(): java.lang.Class[_]
-
-
-
def
hashCode
(): Int
-
-
def
idx
(i: Int): DummyField[B, M]
-
def
in
[L]
(vs: L)(implicit arg0: (L) ⇒ Traversable[B]): 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[B]): NeQueryClause[List[DBObject]]
-
def
neqs
(v: B): NeQueryClause[DBObject]
-
def
nin
[L]
(vs: L)(implicit arg0: (L) ⇒ Traversable[B]): NinQueryClause[DBObject]
-
def
notcontains
(v: B): NeQueryClause[DBObject]
-
def
notify
(): Unit
-
def
notifyAll
(): Unit
-
-
def
subfield
[V, V1]
(f: (B) ⇒ Field[V, B])(implicit ev: Flattened[V, V1]): SelectableDummyField[List[V1], M]
-
def
subselect
[V, V1]
(f: (B) ⇒ Field[V, B])(implicit ev: Flattened[V, V1]): SelectField[Option[List[V1]], M]
-
def
synchronized
[T0]
(arg0: ⇒ T0): T0
-
def
toString
(): String
-
def
unsafeField
[V]
(name: String): DummyField[V, M]
-
def
valueToDB
(b: B): DBObject
-
def
valuesToDB
(vs: Traversable[B]): Traversable[DBObject]
-
def
wait
(): Unit
-
def
wait
(arg0: Long, arg1: Int): Unit
-
def
wait
(arg0: Long): Unit
Inherited from AnyRef
Inherited from Any