Schnittstelle MorphiumDriver

Alle Superschnittstellen:
AutoCloseable, Closeable
Alle bekannten Implementierungsklassen:
DriverBase, InMemoryDriver, PooledDriver, SingleMongoConnectDriver

public interface MorphiumDriver extends Closeable
Morphium driver interface

All drivers need to implement this interface. you can add your own drivers to morphium. These are actually not limited to be mongodb drivers. There is also an InMemory implementation.