CrudObserver
dev.mongocamp.driver.mongodb.operation.CrudObserver
trait CrudObserver[A] extends Crud[A]
Attributes
- Graph
-
- Supertypes
-
class Crud[A]class Search[A]class Base[A]trait CirceSchematrait CirceProductSchematrait LazyLoggingclass Objecttrait Matchableclass AnyShow all
Members list
Value members
Concrete methods
Inherited methods
def bulkWrite(requests: List[WriteModel[Document]], ordered: Boolean): SingleObservable[BulkWriteResult]
Attributes
- Inherited from:
- Crud
def bulkWrite(requests: List[WriteModel[Document]], options: BulkWriteOptions): SingleObservable[BulkWriteResult]
Attributes
- Inherited from:
- Crud
Attributes
- Inherited from:
- Crud
Attributes
- Inherited from:
- Crud
def createExpiringIndexForField(fieldName: String, duration: Duration, sortAscending: Boolean, name: Option[String]): SingleObservable[String]
Attributes
- Inherited from:
- Base
Attributes
- Inherited from:
- Base
Attributes
- Inherited from:
- Base
def createIndexForField(fieldName: String, sortAscending: Boolean, options: IndexOptions): SingleObservable[String]
Attributes
- Inherited from:
- Base
def createIndexForFieldWithName(fieldName: String, sortAscending: Boolean, name: String): SingleObservable[String]
Attributes
- Inherited from:
- Base
Attributes
- Inherited from:
- Base
def createUniqueIndexForField(fieldName: String, sortAscending: Boolean, name: Option[String]): SingleObservable[String]
Attributes
- Inherited from:
- Base
Attributes
- Inherited from:
- CirceSchema
Attributes
- Inherited from:
- Crud
Attributes
- Inherited from:
- Crud
Attributes
- Inherited from:
- Crud
Attributes
- Inherited from:
- Search
Attributes
- Inherited from:
- Search
Attributes
- Inherited from:
- Base
Attributes
- Inherited from:
- Base
Attributes
- Inherited from:
- Base
Attributes
- Inherited from:
- CirceSchema
Attributes
- Inherited from:
- CirceSchema
Attributes
- Inherited from:
- Search
Attributes
- Inherited from:
- Search
Attributes
- Inherited from:
- Base
Attributes
- Inherited from:
- Base
Attributes
- Inherited from:
- Base
Attributes
- Inherited from:
- Crud
Attributes
- Inherited from:
- Crud
Attributes
- Inherited from:
- Crud
Attributes
- Inherited from:
- Base
Attributes
- Inherited from:
- CirceProductSchema
Attributes
- Inherited from:
- Crud
Attributes
- Inherited from:
- Crud
Attributes
- Inherited from:
- Crud
Attributes
- Inherited from:
- Crud
Attributes
- Inherited from:
- Crud
Attributes
- Inherited from:
- Crud
Attributes
- Inherited from:
- Crud
Attributes
- Inherited from:
- Crud
Inherited fields
Attributes
- Inherited from:
- LazyLogging
Implicits
Inherited implicits
Attributes
- Inherited from:
- CirceSchema
Attributes
- Inherited from:
- CirceSchema
Attributes
- Inherited from:
- CirceSchema
Attributes
- Inherited from:
- CirceSchema
Attributes
- Inherited from:
- CirceSchema
Attributes
- Inherited from:
- CirceSchema
Attributes
- Inherited from:
- CirceSchema
In this article