com.foursquare.rogue

QueryHelpers

object QueryHelpers extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. QueryHelpers
  2. AnyRef
  3. Any
Visibility
  1. Public
  2. All

Type Members

  1. class DBObjectSerializer extends Serializer[DBObject]

  2. class DefaultQueryConfig extends QueryConfig

  3. class DefaultQueryLogger extends QueryLogger

  4. class DefaultQueryTransformer extends QueryTransformer

  5. class DefaultQueryValidator extends QueryValidator

  6. trait QueryConfig extends AnyRef

  7. trait QueryLogger extends AnyRef

  8. trait QueryTransformer extends AnyRef

  9. trait QueryValidator extends AnyRef

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 == (arg0: AnyRef): Boolean

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

    Attributes
    final
    Definition Classes
    Any
  6. object DefaultQueryConfig extends DefaultQueryConfig

  7. object NoopQueryLogger extends DefaultQueryLogger

  8. object NoopQueryTransformer extends DefaultQueryTransformer

  9. object NoopQueryValidator extends DefaultQueryValidator

  10. def allListClause [V] (fieldName: String, vs: Traversable[V]): Product with IndexableQueryClause[List[V], Index] with Serializable { def withExpectedIndexBehavior(b: com.foursquare.rogue.MaybeIndexed): Product with com.foursquare.rogue.IndexableQueryClause[java.util.List[V],com.foursquare.rogue.Index] with Serializable{def withExpectedIndexBehavior(b: com.foursquare.rogue.MaybeIndexed): Product with com.foursquare.rogue.IndexableQueryClause[java.util.List[V],com.foursquare.rogue.Index] with Serializable{def withExpectedIndexBehavior(b: com.foursquare.rogue.MaybeIndexed): Product with com.foursquare.rogue.IndexableQueryClause[java.util.List[V],com.foursquare.rogue.Index] with Serializable}} }

  11. def asDBObject [T] (x: T): DBObject

  12. def asInstanceOf [T0] : T0

    Attributes
    final
    Definition Classes
    Any
  13. def clone (): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  14. var config : QueryConfig

  15. def eq (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  16. def equals (arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  17. def finalize (): Unit

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

    Attributes
    final
    Definition Classes
    AnyRef → Any
  19. def hashCode (): Int

    Definition Classes
    AnyRef → Any
  20. def inListClause [V] (fieldName: String, vs: Traversable[V]): Product with IndexableQueryClause[List[V], Index] with Serializable { def withExpectedIndexBehavior(b: com.foursquare.rogue.MaybeIndexed): Product with com.foursquare.rogue.IndexableQueryClause[java.util.List[V],com.foursquare.rogue.Index] with Serializable{def withExpectedIndexBehavior(b: com.foursquare.rogue.MaybeIndexed): Product with com.foursquare.rogue.IndexableQueryClause[java.util.List[V],com.foursquare.rogue.Index] with Serializable{def withExpectedIndexBehavior(b: com.foursquare.rogue.MaybeIndexed): Product with com.foursquare.rogue.IndexableQueryClause[java.util.List[V],com.foursquare.rogue.Index] with Serializable}} }

  21. def isInstanceOf [T0] : Boolean

    Attributes
    final
    Definition Classes
    Any
  22. def list (vs: Double*): List[Double]

  23. def list [T] (vs: Traversable[T]): List[T]

  24. var logger : QueryLogger

  25. def makeJavaList [T] (sl: Traversable[T]): List[T]

  26. def makeJavaMap [K, V] (m: Map[K, V]): Map[K, V]

  27. def ne (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  28. def notify (): Unit

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

    Attributes
    final
    Definition Classes
    AnyRef
  30. def orConditionFromQueries (subqueries: List[com.foursquare.rogue.Query[_, _, _]]): OrCondition

  31. def radius (d: Degrees): Double

  32. def synchronized [T0] (arg0: ⇒ T0): T0

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

    Definition Classes
    AnyRef → Any
  34. var transformer : QueryTransformer

  35. def validatedList [T] (vs: Traversable[T]): List[T]

  36. var validator : QueryValidator

  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