object t
Convenience feature for simple one-off operations removing the need to manually create a transaction around it.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- t
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def apply(id: Id[Doc]): Doc
- def apply[V](f: (Model) => (UniqueIndex[Doc, V], V)): Doc
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- def count: Int
- def delete(id: Id[Doc]): Boolean
- def delete[V](f: (Model) => (UniqueIndex[Doc, V], V)): Boolean
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def get(id: Id[Doc]): Option[Doc]
- def get[V](f: (Model) => (UniqueIndex[Doc, V], V)): Option[Doc]
- def getAll(ids: Seq[Id[Doc]]): Iterator[Doc]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def insert(docs: Seq[Doc]): Seq[Doc]
- def insert(doc: Doc): Doc
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def list(): List[Doc]
- def modify(id: Id[Doc], lock: Boolean = true, deleteOnNone: Boolean = false)(f: (Option[Doc]) => Option[Doc]): Option[Doc]
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def truncate(): Int
- def upsert(docs: Seq[Doc]): Seq[Doc]
- def upsert(doc: Doc): Doc
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- object json
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)