com.foursquare.rogue

LiftAdapter

Related Docs: class LiftAdapter | package rogue

object LiftAdapter extends LiftAdapter

Linear Supertypes
LiftAdapter, MongoJavaDriverAdapter[MongoRecord[_] with MongoMetaRecord[_]], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. LiftAdapter
  2. LiftAdapter
  3. MongoJavaDriverAdapter
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

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

    Definition Classes
    Any
  5. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. def count[M <: MongoRecord[_] with MongoMetaRecord[_]](query: Query[M, _, _], readPreference: Option[ReadPreference]): Long

    Definition Classes
    MongoJavaDriverAdapter
  7. def countDistinct[M <: MongoRecord[_] with MongoMetaRecord[_]](query: Query[M, _, _], key: String, readPreference: Option[ReadPreference]): Long

    Definition Classes
    MongoJavaDriverAdapter
  8. def delete[M <: MongoRecord[_] with MongoMetaRecord[_]](query: Query[M, _, _], writeConcern: WriteConcern): Unit

    Definition Classes
    MongoJavaDriverAdapter
  9. def distinct[M <: MongoRecord[_] with MongoMetaRecord[_], R](query: Query[M, _, _], key: String, readPreference: Option[ReadPreference]): List[R]

    Definition Classes
    MongoJavaDriverAdapter
  10. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  12. def explain[M <: MongoRecord[_] with MongoMetaRecord[_]](query: Query[M, _, _]): String

    Definition Classes
    MongoJavaDriverAdapter
  13. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. def findAndModify[M <: MongoRecord[_] with MongoMetaRecord[_], R](mod: FindAndModifyQuery[M, R], returnNew: Boolean, upsert: Boolean, remove: Boolean)(f: (DBObject) ⇒ R): Option[R]

    Definition Classes
    MongoJavaDriverAdapter
  15. final def getClass(): Class[_]

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

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

    Definition Classes
    Any
  18. def iterate[M <: MongoRecord[_] with MongoMetaRecord[_], R, S](query: Query[M, R, _], initialState: S, f: (DBObject) ⇒ R, readPreference: Option[ReadPreference])(handler: (S, Event[R]) ⇒ Command[S]): S

    Definition Classes
    MongoJavaDriverAdapter
  19. def iterateBatch[M <: MongoRecord[_] with MongoMetaRecord[_], R, S](query: Query[M, R, _], batchSize: Int, initialState: S, f: (DBObject) ⇒ R, readPreference: Option[ReadPreference])(handler: (S, Event[List[R]]) ⇒ Command[S]): S

    Definition Classes
    MongoJavaDriverAdapter
  20. def modify[M <: MongoRecord[_] with MongoMetaRecord[_]](mod: ModifyQuery[M, _], upsert: Boolean, multi: Boolean, writeConcern: WriteConcern): Unit

    Definition Classes
    MongoJavaDriverAdapter
  21. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  24. def query[M <: MongoRecord[_] with MongoMetaRecord[_]](query: Query[M, _, _], batchSize: Option[Int], readPreference: Option[ReadPreference])(f: (DBObject) ⇒ Unit): Unit

    Definition Classes
    MongoJavaDriverAdapter
  25. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  26. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from LiftAdapter

Inherited from MongoJavaDriverAdapter[MongoRecord[_] with MongoMetaRecord[_]]

Inherited from AnyRef

Inherited from Any

Ungrouped