com.foursquare.rogue

BsonRecordListQueryField

Related Doc: package rogue

class BsonRecordListQueryField[M, B] extends AbstractListQueryField[B, B, DBObject, M, List]

Linear Supertypes
AbstractListQueryField[B, B, DBObject, M, List], AbstractQueryField[List[B], B, DBObject, M], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. BsonRecordListQueryField
  2. AbstractListQueryField
  3. AbstractQueryField
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new BsonRecordListQueryField(field: Field[List[B], M], rec: B, asDBObject: (B) ⇒ DBObject)

Value Members

  1. final def !=(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Definition Classes
    AnyRef → Any
  3. def <(v: B): LtQueryClause[DBObject]

    Definition Classes
    AbstractQueryField
  4. def <=(v: B): LtEqQueryClause[DBObject]

    Definition Classes
    AbstractQueryField
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  6. def >(v: B): GtQueryClause[DBObject]

    Definition Classes
    AbstractQueryField
  7. def >=(v: B): GtEqQueryClause[DBObject]

    Definition Classes
    AbstractQueryField
  8. def all(vs: Traversable[B]): IndexableQueryClause[List[DBObject], Index] with Product with Serializable { def withExpectedIndexBehavior(b: com.foursquare.rogue.MaybeIndexed): com.foursquare.rogue.IndexableQueryClause[java.util.List[com.mongodb.DBObject],com.foursquare.rogue.Index] with Product with Serializable{def withExpectedIndexBehavior(b: com.foursquare.rogue.MaybeIndexed): com.foursquare.rogue.IndexableQueryClause[java.util.List[com.mongodb.DBObject],com.foursquare.rogue.Index] with Product with Serializable{def withExpectedIndexBehavior(b: com.foursquare.rogue.MaybeIndexed): com.foursquare.rogue.IndexableQueryClause[java.util.List[com.mongodb.DBObject],com.foursquare.rogue.Index] with Product with Serializable}} }

    Definition Classes
    AbstractListQueryField
  9. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  10. def at(i: Int): DummyField[B, M]

    Definition Classes
    AbstractListQueryField
  11. def between(range: (B, B)): BetweenQueryClause[DBObject]

    Definition Classes
    AbstractQueryField
  12. def between(v1: B, v2: B): BetweenQueryClause[DBObject]

    Definition Classes
    AbstractQueryField
  13. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  14. def contains(v: B): EqClause[DBObject, Nothing]

    Definition Classes
    AbstractListQueryField
  15. def elemMatch[V](clauseFuncs: (B) ⇒ QueryClause[_]*): ElemMatchWithPredicateClause[Nothing]

  16. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  17. def eqs(vs: Traversable[B]): EqClause[List[DBObject], Nothing]

    Definition Classes
    AbstractListQueryField
  18. def eqs(v: B): EqClause[DBObject, Nothing]

    Definition Classes
    AbstractQueryField
  19. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  20. def exists(b: Boolean): ExistsQueryClause

    Definition Classes
    AbstractQueryField
  21. val field: Field[List[B], M]

    Definition Classes
    AbstractQueryField
  22. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  23. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  24. def gt(v: B): GtQueryClause[DBObject]

    Definition Classes
    AbstractQueryField
  25. def gte(v: B): GtEqQueryClause[DBObject]

    Definition Classes
    AbstractQueryField
  26. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  27. def hastype(t: MongoType.Value): TypeQueryClause

    Definition Classes
    AbstractQueryField
  28. def idx(i: Int): DummyField[B, M]

    Definition Classes
    AbstractListQueryField
  29. def in[L](vs: L)(implicit arg0: (L) ⇒ Traversable[B]): IndexableQueryClause[List[DBObject], Index] with Product with Serializable { def withExpectedIndexBehavior(b: com.foursquare.rogue.MaybeIndexed): com.foursquare.rogue.IndexableQueryClause[java.util.List[com.mongodb.DBObject],com.foursquare.rogue.Index] with Product with Serializable{def withExpectedIndexBehavior(b: com.foursquare.rogue.MaybeIndexed): com.foursquare.rogue.IndexableQueryClause[java.util.List[com.mongodb.DBObject],com.foursquare.rogue.Index] with Product with Serializable{def withExpectedIndexBehavior(b: com.foursquare.rogue.MaybeIndexed): com.foursquare.rogue.IndexableQueryClause[java.util.List[com.mongodb.DBObject],com.foursquare.rogue.Index] with Product with Serializable}} }

    Definition Classes
    AbstractQueryField
  30. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  31. def lt(v: B): LtQueryClause[DBObject]

    Definition Classes
    AbstractQueryField
  32. def lte(v: B): LtEqQueryClause[DBObject]

    Definition Classes
    AbstractQueryField
  33. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  34. def neqs(vs: Traversable[B]): NeQueryClause[List[DBObject]]

    Definition Classes
    AbstractListQueryField
  35. def neqs(v: B): NeQueryClause[DBObject]

    Definition Classes
    AbstractQueryField
  36. def nin[L](vs: L)(implicit arg0: (L) ⇒ Traversable[B]): NinQueryClause[DBObject]

    Definition Classes
    AbstractQueryField
  37. def notcontains(v: B): NeQueryClause[DBObject]

    Definition Classes
    AbstractListQueryField
  38. final def notify(): Unit

    Definition Classes
    AnyRef
  39. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  40. def size(s: Int): SizeQueryClause

    Definition Classes
    AbstractListQueryField
  41. def subfield[V, V1](f: (B) ⇒ Field[V, B])(implicit ev: Rogue.Flattened[V, V1]): SelectableDummyField[List[V1], M]

  42. def subselect[V, V1](f: (B) ⇒ Field[V, B])(implicit ev: Rogue.Flattened[V, V1]): SelectField[Option[List[V1]], M]

  43. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  44. def toString(): String

    Definition Classes
    AnyRef → Any
  45. def unsafeField[V](name: String): DummyField[V, M]

  46. def valueToDB(b: B): DBObject

  47. def valuesToDB(vs: Traversable[B]): Traversable[DBObject]

    Definition Classes
    AbstractQueryField
  48. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AbstractListQueryField[B, B, DBObject, M, List]

Inherited from AbstractQueryField[List[B], B, DBObject, M]

Inherited from AnyRef

Inherited from Any

Ungrouped