Class MongoDatabaseUtils

java.lang.Object
org.springframework.data.mongodb.MongoDatabaseUtils

public class MongoDatabaseUtils extends Object
Helper class for managing a MongoDatabase instances via MongoDatabaseFactory. Used for obtaining session bound resources, such as MongoDatabase and MongoCollection suitable for transactional usage.
Note: Intended for internal usage only.
Since:
2.1
Author:
Christoph Strobl, Mark Paluch