lightdb.model.AbstractCollection
See theAbstractCollection companion object
trait AbstractCollection[D <: Document[D]] extends DocumentActionSupport[D]
Attributes
- Companion
- object
- Graph
-
- Supertypes
- Known subtypes
-
class Collection[D]class RecordDocumentCollection[D]
Members list
Value members
Abstract methods
Concrete methods
def indexedLinks[V](name: String, createKey: V => String, createV: D => V, maxLinks: MaxLinks): IndexedLinks[V, D]
Creates a key/value stored object with a list of links. This can be incredibly efficient for small lists, but much slower for larger sets of data and a standard index would be preferable.
Creates a key/value stored object with a list of links. This can be incredibly efficient for small lists, but much slower for larger sets of data and a standard index would be preferable.
Attributes
Inherited methods
Attributes
- Inherited from:
- DocumentActionSupport
protected def doSet(doc: D, collection: AbstractCollection[D], set: (Id[D], Json) => IO[Unit])(implicit lock: DocLock[D]): IO[D]
Attributes
- Inherited from:
- DocumentActionSupport
Inherited fields
Attributes
- Inherited from:
- DocumentActionSupport
Attributes
- Inherited from:
- DocumentActionSupport
Attributes
- Inherited from:
- DocumentActionSupport
Attributes
- Inherited from:
- DocumentActionSupport
Attributes
- Inherited from:
- DocumentActionSupport
Attributes
- Inherited from:
- DocumentActionSupport
Attributes
- Inherited from:
- DocumentActionSupport
Attributes
- Inherited from:
- DocumentActionSupport
Attributes
- Inherited from:
- DocumentActionSupport
Implicits
Implicits
In this article