public interface EmbeddedObjectContainer extends ObjectContainer
| Modifier and Type | Method and Description |
|---|---|
void |
backup(java.lang.String path)
backs up a database file of an open ObjectContainer.
|
activate, close, commit, deactivate, delete, ext, query, query, query, query, query, queryByExample, rollback, storevoid backup(java.lang.String path)
throws Db4oIOException,
DatabaseClosedException,
NotSupportedException
Storage used for backup is the one configured for this container.path - a fully qualified pathDatabaseClosedException - db4o database file was closed or failed to open.NotSupportedException - is thrown when the operation is not supported in current
configuration/environmentDb4oIOException - I/O operation failed or was unexpectedly interrupted.