RecordDocumentCollection
lightdb.RecordDocumentCollection
abstract class RecordDocumentCollection[D <: RecordDocument[D]](collectionName: String, db: LightDB) extends Collection[D]
Attributes
- Graph
-
- Supertypes
Members list
Type members
Inherited types
Attributes
- Inherited from:
- Collection
Value members
Concrete methods
Called after preSet and before the data is set to the database
Called after preSet and before the data is set to the database
Attributes
- Definition Classes
Inherited methods
Attributes
- Inherited from:
- Collection
Attributes
- Inherited from:
- Collection
Attributes
- Inherited from:
- Collection
Attributes
- Inherited from:
- Collection
Attributes
- Inherited from:
- Collection
Attributes
- Inherited from:
- Collection
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 from:
- Collection
Attributes
- Inherited from:
- Collection
Attributes
- Inherited from:
- Collection
Attributes
- Inherited from:
- Collection
Attributes
- Inherited from:
- Collection
Attributes
- Inherited from:
- Collection
Attributes
- Inherited from:
- Collection
Implicits
Inherited and Abstract implicits
Attributes
- Inherited from:
- Collection
In this article