default EmbeddedStorageManager |
EmbeddedStorageFoundation.createEmbeddedStorageManager() |
Creates and returns a new EmbeddedStorageManager instance by using the current state of all registered
logic part instances and by on-demand creating missing ones via a default logic.
|
EmbeddedStorageManager |
EmbeddedStorageFoundation.createEmbeddedStorageManager(Object explicitRoot) |
Creates and returns a new EmbeddedStorageManager instance by using the current state of all registered
logic part instances and by on-demand creating missing ones via a default logic.
|
EmbeddedStorageManager |
EmbeddedStorageFoundation.Default.createEmbeddedStorageManager(Object root) |
|
static EmbeddedStorageManager |
EmbeddedStorage.start() |
|
static EmbeddedStorageManager |
EmbeddedStorage.start(File directory) |
Deprecated.
|
static EmbeddedStorageManager |
EmbeddedStorage.start(Object root) |
Convenience method to configure, create and start a EmbeddedStorageManager using
the passed root as the persistent entity graph's root instance
and defaults for the remainings values.
|
static EmbeddedStorageManager |
EmbeddedStorage.start(Object root,
File directory) |
Deprecated.
|
static EmbeddedStorageManager |
EmbeddedStorage.start(Object root,
Path directory) |
Convenience method to configure, create and start a EmbeddedStorageManager using
the passed root as the persistent entity graph's root instance,
the passed directory as its storage location and defaults for the remainings values.
|
static EmbeddedStorageManager |
EmbeddedStorage.start(Object root,
ADirectory directory) |
Convenience method to configure, create and start a EmbeddedStorageManager using
the passed root as the persistent entity graph's root instance,
the passed directory as its storage location and defaults for the remainings values.
|
static EmbeddedStorageManager |
EmbeddedStorage.start(Object root,
StorageConfiguration configuration) |
|
static EmbeddedStorageManager |
EmbeddedStorage.start(Object root,
StorageConfiguration.Builder<?> configuration) |
|
static EmbeddedStorageManager |
EmbeddedStorage.start(Object root,
StorageConfiguration configuration,
EmbeddedStorageConnectionFoundation<?> connectionFoundation) |
|
static EmbeddedStorageManager |
EmbeddedStorage.start(Path directory) |
Convenience method to configure, create and start a EmbeddedStorageManager using
the passed directory as its storage location and defaults for the remainings values.
|
static EmbeddedStorageManager |
EmbeddedStorage.start(ADirectory directory) |
Convenience method to configure, create and start a EmbeddedStorageManager using
the passed directory as its storage location and defaults for the remainings values.
|
static EmbeddedStorageManager |
EmbeddedStorage.start(StorageConfiguration configuration) |
|
static EmbeddedStorageManager |
EmbeddedStorage.start(StorageConfiguration.Builder<?> configuration) |
|
static EmbeddedStorageManager |
EmbeddedStorage.start(StorageConfiguration configuration,
EmbeddedStorageConnectionFoundation<?> connectionFoundation) |
|
default EmbeddedStorageManager |
EmbeddedStorageFoundation.start() |
Convenience method to create, start and return an EmbeddedStorageManager instance using a default
root instance.
|
default EmbeddedStorageManager |
EmbeddedStorageFoundation.start(Object explicitRoot) |
Convenience method to create, start and return an EmbeddedStorageManager instance using the
passed explicitRoot
|
EmbeddedStorageManager |
EmbeddedStorageManager.start() |
|