com.foursquare.rogue

AbstractQueryField

class AbstractQueryField [F, V, DB, M] extends AnyRef

Trait representing a field and all the operations on it.

F

the underlying type of the field

V

the type of values allowed to be compared to the field

DB

the type V is converted into in the BSON representation of the field

M

the type of the owner of the field

Attributes
abstract
Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. AbstractQueryField
  2. AnyRef
  3. Any
Visibility
  1. Public
  2. All

Instance Constructors

  1. new AbstractQueryField (field: Field[F, M])

Abstract Value Members

  1. def valueToDB (v: V): DB

    Attributes
    abstract

Concrete Value Members

  1. def != (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  2. def != (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  3. def ## (): Int

    Attributes
    final
    Definition Classes
    AnyRef → Any
  4. def < (v: V): LtQueryClause[DB]

  5. def <= (v: V): LtEqQueryClause[DB]

  6. def == (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  7. def == (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  8. def > (v: V): GtQueryClause[DB]

  9. def >= (v: V): GtEqQueryClause[DB]

  10. def asInstanceOf [T0] : T0

    Attributes
    final
    Definition Classes
    Any
  11. def between (range: (V, V)): BetweenQueryClause[DB]

  12. def between (v1: V, v2: V): BetweenQueryClause[DB]

  13. def clone (): AnyRef

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

    Attributes
    final
    Definition Classes
    AnyRef
  15. def eqs (v: V): EqClause[DB, Nothing]

  16. def equals (arg0: Any): Boolean

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

  18. val field : Field[F, M]

  19. def finalize (): Unit

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

    Attributes
    final
    Definition Classes
    AnyRef → Any
  21. def gt (v: V): GtQueryClause[DB]

  22. def gte (v: V): GtEqQueryClause[DB]

  23. def hashCode (): Int

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

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

  26. def isInstanceOf [T0] : Boolean

    Attributes
    final
    Definition Classes
    Any
  27. def lt (v: V): LtQueryClause[DB]

  28. def lte (v: V): LtEqQueryClause[DB]

  29. def ne (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  30. def neqs (v: V): NeQueryClause[DB]

  31. def nin [L] (vs: L)(implicit arg0: (L) ⇒ Traversable[V]): NinQueryClause[DB]

  32. def notify (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  33. def notifyAll (): Unit

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

    Attributes
    final
    Definition Classes
    AnyRef
  35. def toString (): String

    Definition Classes
    AnyRef → Any
  36. def valuesToDB (vs: Traversable[V]): Traversable[DB]

  37. def wait (): Unit

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

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

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from AnyRef

Inherited from Any