package domain
Linear Supertypes
Type Members
- case class DeleteResult(deleteCount: Long, wasAcknowledged: Boolean) extends Product with Serializable
- case class InsertManyResult(insertedIds: Set[String], wasAcknowledged: Boolean) extends Product with Serializable
- case class InsertOneResult(insertedId: Option[String], wasAcknowledged: Boolean) extends Product with Serializable
- case class UpdateResult(matchedCount: Long, modifiedCount: Long, wasAcknowledged: Boolean) extends Product with Serializable