MapDBStore

lightdb.mapdb.MapDBStore
See theMapDBStore companion class
object MapDBStore extends StoreManager

Attributes

Companion
class
Graph
Supertypes
trait StoreManager
class Object
trait Matchable
class Any
Self type
MapDBStore.type

Members list

Type members

Types

override type S[Doc <: Document[Doc], Model <: DocumentModel[Doc]] = MapDBStore[Doc, Model]

Value members

Concrete methods

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

Attributes

Definition Classes
StoreManager

Inherited fields

lazy val name: String

Attributes

Inherited from:
StoreManager