com.novus.salat.dao

SalatMongoCursorBase

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. Hide All
  2. Show all
  1. SalatMongoCursorBase
  2. Logging
  3. AnyRef
  4. Any
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract val _grater: Grater[T]

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

  3. abstract val underlying: DBCursor

Concrete 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. def $explain(bool: Boolean = true): SalatMongoCursorBase.this.type

  5. def $hint[A](obj: A)(implicit arg0: (A) ⇒ DBObject): SalatMongoCursorBase.this.type

  6. def $max[A](obj: A)(implicit arg0: (A) ⇒ DBObject): SalatMongoCursorBase.this.type

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

  8. def $min[A](obj: A)(implicit arg0: (A) ⇒ DBObject): SalatMongoCursorBase.this.type

  9. def $orderby[A](obj: A)(implicit arg0: (A) ⇒ DBObject): SalatMongoCursorBase.this.type

  10. def $query[A](q: A)(implicit arg0: (A) ⇒ DBObject): SalatMongoCursorBase.this.type

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

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

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

  14. final def ==(arg0: AnyRef): Boolean

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

    Definition Classes
    Any
  16. def addSpecial(name: String, o: Any): SalatMongoCursorBase.this.type

  17. final def asInstanceOf[T0]: T0

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

  19. def clone(): AnyRef

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

  21. def copy(): SalatMongoCursorBase[T]

  22. def count: Int

  23. def cursorId: Long

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

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

    Definition Classes
    AnyRef → Any
  26. def explain: CursorExplanation

  27. def finalize(): Unit

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

    Definition Classes
    AnyRef → Any
  29. def hasNext: Boolean

  30. def hashCode(): Int

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

  32. def hint[A](indexKeys: A)(implicit arg0: (A) ⇒ DBObject): SalatMongoCursorBase.this.type

  33. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  34. def keysWanted: DBObject

  35. def limit(n: Int): SalatMongoCursorBase.this.type

  36. lazy val log: Logger

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

    Definition Classes
    AnyRef
  38. def next(): T

  39. final def notify(): Unit

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

    Definition Classes
    AnyRef
  41. def numGetMores: Int

  42. def numSeen: Int

  43. def option: Int

  44. def option_=(option: Int): Unit

  45. def options: Int

  46. def options_=(opts: Int): Unit

  47. def query: DBObject

  48. def readPreference(rp: ReadPreference): SalatMongoCursorBase.this.type

  49. def resetOptions(): DBCursor

  50. def sizes: JListWrapper[Integer]

  51. def skip(n: Int): SalatMongoCursorBase.this.type

  52. def snapshot(): SalatMongoCursorBase.this.type

  53. def sort[A](orderBy: A)(implicit arg0: (A) ⇒ DBObject): SalatMongoCursorBase.this.type

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

    Definition Classes
    AnyRef
  55. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()

Deprecated Value Members

  1. def slaveOk(): DBCursor

    Annotations
    @deprecated
    Deprecated

    (Since version 1.9.3) Use readPreference instead

Inherited from Logging

Inherited from AnyRef

Inherited from Any