# Functions
InheritIdentifiableMongoDbPersistence is creates a new instance of the persistence component.
InheritMongoDbPersistence are creates a new instance of the persistence component.
# Structs
IdentifiableMongoDbPersistence is abstract persistence component that stores data in MongoDB and implements a number of CRUD operations over data items with unique ids.
MongoDbPersistence abstract persistence component that stores data in MongoDB using plain driver.
# Interfaces
No description provided by the author