com.foursquare.rogue.MongoHelpers

MongoBuilder

object MongoBuilder extends AnyRef

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

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. def asInstanceOf [T0] : T0

    Attributes
    final
    Definition Classes
    Any
  7. def buildCondition (cond: AndCondition, builder: BasicDBObjectBuilder, signature: Boolean): DBObject

  8. def buildCondition (cond: AndCondition, signature: Boolean = false): DBObject

  9. def buildConditionString [R, M] (operation: String, collectionName: String, query: com.foursquare.rogue.Query[M, R, _]): String

  10. def buildFindAndModifyString [R, M] (collectionName: String, mod: FindAndModifyQuery[M, R], returnNew: Boolean, upsert: Boolean, remove: Boolean): String

  11. def buildHint (h: ListMap[String, Any]): DBObject

  12. def buildModify (m: MongoModify): DBObject

  13. def buildModifyString [R, M] (collectionName: String, modify: com.foursquare.rogue.ModifyQuery[M, _], upsert: Boolean, multi: Boolean): String

  14. def buildOrder (o: MongoOrder): DBObject

  15. def buildQueryString [R, M] (operation: String, collectionName: String, query: com.foursquare.rogue.Query[M, R, _]): String

  16. def buildSelect [M, R] (select: MongoSelect[M, R]): DBObject

  17. def buildSignature [R, M] (collectionName: String, query: com.foursquare.rogue.Query[M, R, _]): String

  18. def clone (): AnyRef

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

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

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

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

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

    Definition Classes
    AnyRef → Any
  24. def isInstanceOf [T0] : Boolean

    Attributes
    final
    Definition Classes
    Any
  25. def ne (arg0: AnyRef): Boolean

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

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

    Attributes
    final
    Definition Classes
    AnyRef
  28. def stringFromDBObject (dbo: DBObject): String

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

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

    Definition Classes
    AnyRef → Any
  31. def wait (): Unit

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

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

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from AnyRef

Inherited from Any