com.foursquare.rogue

QueryHelpers

Related Doc: package rogue

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: Any): Boolean

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

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

    Definition Classes
    AnyRef → Any
  4. object DefaultQueryConfig extends DefaultQueryConfig

  5. object NoopQueryLogger extends DefaultQueryLogger

  6. object NoopQueryTransformer extends DefaultQueryTransformer

  7. object NoopQueryValidator extends DefaultQueryValidator

  8. 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}} }

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

  10. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  11. def clone(): AnyRef

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

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

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

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

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

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

    Definition Classes
    AnyRef → Any
  18. 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}} }

  19. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  20. def list(vs: Double*): List[Double]

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

  22. var logger: QueryLogger

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

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

  25. final def ne(arg0: AnyRef): Boolean

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

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

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

  29. def radius(d: Degrees): Double

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

    Definition Classes
    AnyRef
  31. def toString(): String

    Definition Classes
    AnyRef → Any
  32. var transformer: QueryTransformer

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

  34. var validator: QueryValidator

  35. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped