Trait

salat.dao

SalatMongoCursorBase

Related Doc: package dao

Permalink

trait SalatMongoCursorBase[T <: AnyRef] extends Logging

Unfortunately, MongoCursorBase is typed to DBObject, but.... Ripped off from casbah-mapper. https://github.com/maxaf/casbah-mapper/blob/master/src/main/scala/mapper/MappedCollection.scala

Linear Supertypes
Logging, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. SalatMongoCursorBase
  2. Logging
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract val _grater: Grater[T]

    Permalink
  2. abstract def _newInstance(cursor: DBCursor): SalatMongoCursorBase[T]

    Permalink
  3. abstract val underlying: DBCursor

    Permalink

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  3. def $explain(bool: Boolean = true): SalatMongoCursorBase.this.type

    Permalink
  4. def $hint[A](obj: A)(implicit arg0: (A) ⇒ com.mongodb.casbah.Imports.DBObject): SalatMongoCursorBase.this.type

    Permalink
  5. def $max[A](obj: A)(implicit arg0: (A) ⇒ com.mongodb.casbah.Imports.DBObject): SalatMongoCursorBase.this.type

    Permalink
  6. def $maxScan[A](max: T)(implicit arg0: Numeric[A]): SalatMongoCursorBase.this.type

    Permalink
  7. def $min[A](obj: A)(implicit arg0: (A) ⇒ com.mongodb.casbah.Imports.DBObject): SalatMongoCursorBase.this.type

    Permalink
  8. def $orderby[A](obj: A)(implicit arg0: (A) ⇒ com.mongodb.casbah.Imports.DBObject): SalatMongoCursorBase.this.type

    Permalink
  9. def $query[A](q: A)(implicit arg0: (A) ⇒ com.mongodb.casbah.Imports.DBObject): SalatMongoCursorBase.this.type

    Permalink
  10. def $returnKey(bool: Boolean = true): SalatMongoCursorBase.this.type

    Permalink
  11. def $showDiskLoc(bool: Boolean = true): SalatMongoCursorBase.this.type

    Permalink
  12. def $snapshot(bool: Boolean = true): SalatMongoCursorBase.this.type

    Permalink
  13. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  14. def addSpecial(name: String, o: Any): SalatMongoCursorBase.this.type

    Permalink
  15. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  16. def batchSize(n: Int): SalatMongoCursorBase[T]

    Permalink
  17. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  18. def close(): Unit

    Permalink
  19. def copy(): SalatMongoCursorBase[T]

    Permalink
  20. def count: Int

    Permalink
  21. def cursorId: Long

    Permalink
  22. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  24. def explain: CursorExplanation

    Permalink
  25. def finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  27. def hasNext: Boolean

    Permalink
  28. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  29. def hint(indexName: String): SalatMongoCursorBase.this.type

    Permalink
  30. def hint[A](indexKeys: A)(implicit arg0: (A) ⇒ com.mongodb.casbah.Imports.DBObject): SalatMongoCursorBase.this.type

    Permalink
  31. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  32. def keysWanted: DBObject

    Permalink
  33. def limit(n: Int): SalatMongoCursorBase.this.type

    Permalink
  34. lazy val log: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  35. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  36. def next(): T

    Permalink
  37. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  38. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  39. def numGetMores: Int

    Permalink
  40. def numSeen: Int

    Permalink
  41. def option: Int

    Permalink
  42. def option_=(option: Int): Unit

    Permalink
  43. def options: Int

    Permalink
  44. def options_=(opts: Int): Unit

    Permalink
  45. def query: DBObject

    Permalink
  46. def readPreference(rp: com.mongodb.casbah.Imports.ReadPreference): SalatMongoCursorBase.this.type

    Permalink
  47. def resetOptions(): DBCursor

    Permalink
  48. def sizes: scala.collection.convert.Wrappers.JListWrapper[Integer]

    Permalink
  49. def skip(n: Int): SalatMongoCursorBase.this.type

    Permalink
  50. def snapshot(): SalatMongoCursorBase.this.type

    Permalink
  51. def sort[A](orderBy: A)(implicit arg0: (A) ⇒ com.mongodb.casbah.Imports.DBObject): SalatMongoCursorBase.this.type

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

    Permalink
    Definition Classes
    AnyRef
  53. def toString(): String

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def slaveOk(): DBCursor

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 1.9.3) Use readPreference instead

Inherited from Logging

Inherited from AnyRef

Inherited from Any

Ungrouped