Package one.microstream.storage.types
Interface EmbeddedStorageRootTypeIdProvider
-
- All Superinterfaces:
StorageRootTypeIdProvider
- All Known Implementing Classes:
EmbeddedStorageRootTypeIdProvider.Default
public interface EmbeddedStorageRootTypeIdProvider extends StorageRootTypeIdProvider
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
EmbeddedStorageRootTypeIdProvider.Default
-
Method Summary
Modifier and Type Method Description void
initialize(PersistenceTypeManager typeIdResolver)
static EmbeddedStorageRootTypeIdProvider
New(Class<?> rootType)
-
Methods inherited from interface one.microstream.storage.types.StorageRootTypeIdProvider
provideRootTypeId
-
-
-
-
Method Detail
-
initialize
void initialize(PersistenceTypeManager typeIdResolver)
-
New
static EmbeddedStorageRootTypeIdProvider New(Class<?> rootType)
-
-