pip_services3_mongodb library
Classes
- DefaultMongoDbFactory
- Creates MongoDb components by their descriptors.
-
IdentifiableMongoDbPersistence<
T extends IIdentifiable< K> , K> - Abstract persistence component that stores data in MongoDB and implements a number of CRUD operations over data items with unique ids. The data items must implement IIdentifiable interface.
- MongoDbConnection
- MongoDB connection using plain driver.
- MongoDbConnectionResolver
- Helper class that resolves MongoDB connection and credential parameters, validates them and generates a connection URI.
- MongoDbIndex
- Index definition for mondodb
-
MongoDbPersistence<
T> - Abstract persistence component that stores data in MongoDB using plain driver.