lightdb.collection
package lightdb.collection
Members list
Type members
Classlikes
case class Collection[Doc <: Document[Doc], Model <: DocumentModel[Doc]](name: String, model: Model, loadStore: () => Store[Doc, Model], maxInsertBatch: Int, cacheQueries: Boolean) extends Initializable
Attributes
- Companion
- object
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Initializableclass Objecttrait Matchableclass AnyShow all
- Self type
-
object Collection
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
Collection.type
In this article