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. SalatMongoCursorBase
  2. Logging
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
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: Any): Boolean

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

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

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

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

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

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

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

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

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

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

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

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

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

  15. final def asInstanceOf[T0]: T0

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

  17. def clone(): AnyRef

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

  19. def copy(): SalatMongoCursorBase[T]

  20. def count: Int

  21. def cursorId: Long

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

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

    Definition Classes
    AnyRef → Any
  24. def explain: CursorExplanation

  25. def finalize(): Unit

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

    Definition Classes
    AnyRef → Any
  27. def hasNext: Boolean

  28. def hashCode(): Int

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

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

  31. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  32. def keysWanted: DBObject

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

  34. lazy val log: Logger

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

    Definition Classes
    AnyRef
  36. def next(): T

  37. final def notify(): Unit

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

    Definition Classes
    AnyRef
  39. def numGetMores: Int

  40. def numSeen: Int

  41. def option: Int

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

  43. def options: Int

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

  45. def query: DBObject

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

  47. def resetOptions(): DBCursor

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

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

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

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

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

    Definition Classes
    AnyRef
  53. def toString(): String

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  56. 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

Ungrouped