Interface EmbeddedStorageManager

All Superinterfaces:
AutoCloseable, DatabasePart, ObjectSwizzling, PersistenceStoring, Persister, StorageActivePart, StorageConnection, StorageController, StorageManager
All Known Implementing Classes:
EmbeddedStorageManager.Default

public interface EmbeddedStorageManager
extends StorageManager
StorageManager sub type for usage as an embedded storage solution.

"Embedded" is meant in the context that a database is managed in the same process that uses this database, as opposed to the database being managed by a different process that the using process connects to via network communication. That would be a "remote" or "standalone" storage process.