Interface GenericDocumentManager

All Superinterfaces:
DocumentManager<GenericReadHandle,GenericWriteHandle>, TemporalDocumentManager<GenericReadHandle,GenericWriteHandle>

A Generic Document Manager supports database operations on documents with an unknown format. As of the 6.6.0 release, this now extends TemporalDocumentManager, which has long been possible since the one implementation of this interface - GenericDocumentImpl - already implements the methods in the temporal interface.