CollectionManager

lightdb.store.CollectionManager

Attributes

Graph
Supertypes
trait StoreManager
class Object
trait Matchable
class Any
Known subtypes
class SplitStoreManager[Storage, Searching]

Members list

Type members

Types

type S[Doc <: Document[Doc], Model <: DocumentModel[Doc]] <: Collection[Doc, Model]

Value members

Inherited and Abstract methods

def create[Doc <: Document[LazyRef(...)], Model <: DocumentModel[Doc]](db: LightDB, model: Model, name: String, path: Option[Path], storeMode: StoreMode[Doc, Model]): S[Doc, Model]

Attributes

Inherited from:
StoreManager

Inherited fields

lazy val name: String

Attributes

Inherited from:
StoreManager