com.foursquare.rogue

QueryHelpers

object QueryHelpers

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. QueryHelpers
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
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. final def !=(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

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

    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]): IndexableQueryClause[List[V], Index] with Product with Serializable { def withExpectedIndexBehavior(b: com.foursquare.rogue.MaybeIndexed): com.foursquare.rogue.IndexableQueryClause[java.util.List[V],com.foursquare.rogue.Index] with Product with Serializable{def withExpectedIndexBehavior(b: com.foursquare.rogue.MaybeIndexed): com.foursquare.rogue.IndexableQueryClause[java.util.List[V],com.foursquare.rogue.Index] with Product with Serializable{def withExpectedIndexBehavior(b: com.foursquare.rogue.MaybeIndexed): com.foursquare.rogue.IndexableQueryClause[java.util.List[V],com.foursquare.rogue.Index] with Product with Serializable}} }

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

  12. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  13. def clone(): AnyRef

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

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

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

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

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

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

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

  21. final def isInstanceOf[T0]: Boolean

    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. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  30. def orConditionFromQueries(subqueries: List[Query[_, _, _]]): OrCondition

  31. def radius(d: Degrees): Double

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

    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. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped