com.foursquare.rogue

ForeignObjectIdQueryField

Related Doc: package rogue

class ForeignObjectIdQueryField[F <: ObjectId, M, T] extends ObjectIdQueryField[F, M]

Linear Supertypes
ObjectIdQueryField[F, M], NumericQueryField[F, M], AbstractQueryField[F, F, F, M], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ForeignObjectIdQueryField
  2. ObjectIdQueryField
  3. NumericQueryField
  4. AbstractQueryField
  5. AnyRef
  6. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ForeignObjectIdQueryField(field: Field[F, M], getId: (T) ⇒ F)

Value Members

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

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

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

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

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

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

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

    Definition Classes
    AbstractQueryField
  8. def after(d: DateTime): GtQueryClause[ObjectId]

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

    Definition Classes
    Any
  10. def before(d: DateTime): LtQueryClause[ObjectId]

    Definition Classes
    ObjectIdQueryField
  11. def between(range: (DateTime, DateTime)): StrictBetweenQueryClause[ObjectId]

    Definition Classes
    ObjectIdQueryField
  12. def between(d1: DateTime, d2: DateTime): StrictBetweenQueryClause[ObjectId]

    Definition Classes
    ObjectIdQueryField
  13. def between(range: (F, F)): BetweenQueryClause[F]

    Definition Classes
    AbstractQueryField
  14. def between(v1: F, v2: F): BetweenQueryClause[F]

    Definition Classes
    AbstractQueryField
  15. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  16. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  17. def eqs(obj: T)(implicit ev: =:=[T, T]): EqClause[F, Nothing]

  18. def eqs(v: F): EqClause[F, 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[F, M]

  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. val getId: (T) ⇒ F

  25. def gt(v: F): GtQueryClause[F]

    Definition Classes
    AbstractQueryField
  26. def gte(v: F): GtEqQueryClause[F]

    Definition Classes
    AbstractQueryField
  27. def hashCode(): Int

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

    Definition Classes
    AbstractQueryField
  29. def in(objs: Traversable[T])(implicit ev: =:=[T, T]): IndexableQueryClause[List[F], Index] with Product with Serializable { def withExpectedIndexBehavior(b: com.foursquare.rogue.MaybeIndexed): com.foursquare.rogue.IndexableQueryClause[java.util.List[F],com.foursquare.rogue.Index] with Product with Serializable{def withExpectedIndexBehavior(b: com.foursquare.rogue.MaybeIndexed): com.foursquare.rogue.IndexableQueryClause[java.util.List[F],com.foursquare.rogue.Index] with Product with Serializable{def withExpectedIndexBehavior(b: com.foursquare.rogue.MaybeIndexed): com.foursquare.rogue.IndexableQueryClause[java.util.List[F],com.foursquare.rogue.Index] with Product with Serializable}} }

  30. def in[L](vs: L)(implicit arg0: (L) ⇒ Traversable[F]): IndexableQueryClause[List[F], Index] with Product with Serializable { def withExpectedIndexBehavior(b: com.foursquare.rogue.MaybeIndexed): com.foursquare.rogue.IndexableQueryClause[java.util.List[F],com.foursquare.rogue.Index] with Product with Serializable{def withExpectedIndexBehavior(b: com.foursquare.rogue.MaybeIndexed): com.foursquare.rogue.IndexableQueryClause[java.util.List[F],com.foursquare.rogue.Index] with Product with Serializable{def withExpectedIndexBehavior(b: com.foursquare.rogue.MaybeIndexed): com.foursquare.rogue.IndexableQueryClause[java.util.List[F],com.foursquare.rogue.Index] with Product with Serializable}} }

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

    Definition Classes
    Any
  32. def lt(v: F): LtQueryClause[F]

    Definition Classes
    AbstractQueryField
  33. def lte(v: F): LtEqQueryClause[F]

    Definition Classes
    AbstractQueryField
  34. def mod(by: Int, eq: Int): ModQueryClause[Int]

    Definition Classes
    NumericQueryField
  35. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  36. def neqs(obj: T)(implicit ev: =:=[T, T]): NeQueryClause[F]

  37. def neqs(v: F): NeQueryClause[F]

    Definition Classes
    AbstractQueryField
  38. def nin(objs: Traversable[T])(implicit ev: =:=[T, T]): NinQueryClause[F]

  39. def nin[L](vs: L)(implicit arg0: (L) ⇒ Traversable[F]): NinQueryClause[F]

    Definition Classes
    AbstractQueryField
  40. final def notify(): Unit

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

    Definition Classes
    AnyRef
  42. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  43. def toString(): String

    Definition Classes
    AnyRef → Any
  44. def valueToDB(v: F): F

    Definition Classes
    NumericQueryFieldAbstractQueryField
  45. def valuesToDB(vs: Traversable[F]): Traversable[F]

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from ObjectIdQueryField[F, M]

Inherited from NumericQueryField[F, M]

Inherited from AbstractQueryField[F, F, F, M]

Inherited from AnyRef

Inherited from Any

Ungrouped