case class BsonProperty(key: String) extends Annotation with StaticAnnotation with Product with Serializable
Annotation to change the stored key of a property
- key
the key for the stored property
Linear Supertypes
Type Hierarchy
Ordering
- Alphabetic
- By Inheritance
Inherited
- BsonProperty
- Serializable
- Serializable
- Product
- Equals
- StaticAnnotation
- Annotation
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
This is the documentation for the MongoDB Scala driver.
Driver structure
The mongodb scala driver.
To get started you need a MongoClient instance, either from a connection string or via a org.mongodb.scala.MongoClientSettings.
Notable packages include: