package collection
Type Members
- case class Collection[D <: Document[D]](db: LightDB, mapping: ObjectMapping[D], collectionName: String) extends Product with Serializable
- case class CollectionData[D <: Document[D]](collection: Collection[D]) extends Product with Serializable