MultiStore

lightdb.MultiStore
case class MultiStore[Key, Doc <: Document[Doc], Model <: DocumentModel[Doc], SM <: StoreManager](model: Model, storeManager: SM, nameFromKey: Key => String, db: LightDB)

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def apply(key: Key): storeManager.S[Doc, Model]
def stores: Map[Key, storeManager.S[Doc, Model]]
def toList: List[storeManager.S[Doc, Model]]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product