model

molly.core.model
object model

Convenience layer over the Java driver's model classes.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
model.type

Members list

Type members

Classlikes

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
object DeleteOptions

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
object IndexModel

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
IndexModel.type
object IndexOptions

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
object UpdateOptions

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type

Types

type BulkWriteOptions = BulkWriteOptions
type CreateIndexOptions = CreateIndexOptions
type DeleteManyModel = DeleteManyModel[BsonDocument]
type DeleteOneModel = DeleteOneModel[BsonDocument]
type DeleteOptions = DeleteOptions
type FindOneAndReplaceOptions = FindOneAndReplaceOptions
type FindOneAndUpdateOptions = FindOneAndUpdateOptions
type IndexModel = IndexModel
type IndexOptions = IndexOptions
type InsertOneModel = InsertOneModel[BsonDocument]
type ReplaceOneModel = ReplaceOneModel[BsonDocument]
type ReplaceOptions = ReplaceOptions
type UpdateManyModel = UpdateManyModel[BsonDocument]
type UpdateOneModel = UpdateOneModel[BsonDocument]
type UpdateOptions = UpdateOptions
type WriteModel = WriteModel[BsonDocument]