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 classEmbeddedStorageRootTypeIdProvider.Default 
- 
Method Summary
Modifier and Type Method Description voidinitialize(PersistenceTypeManager typeIdResolver)static EmbeddedStorageRootTypeIdProviderNew(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)
 
 - 
 
 -