Class MongoDatabaseFactorySupport<C>

java.lang.Object
org.springframework.data.mongodb.core.MongoDatabaseFactorySupport<C>
Type Parameters:
C - Client type.
All Implemented Interfaces:
CodecRegistryProvider, MongoDatabaseFactory, MongoSessionProvider
Direct Known Subclasses:
SimpleMongoClientDatabaseFactory

public abstract class MongoDatabaseFactorySupport<C> extends Object implements MongoDatabaseFactory
Common base class for usage with both MongoClients defining common properties such as database name and exception translator.
Not intended to be used directly.
Since:
3.0
Author:
Christoph Strobl, Mark Paluch
See Also: