public interface PersistenceRootEntry
| Modifier and Type | Interface and Description |
|---|---|
static class |
PersistenceRootEntry.Default |
static interface |
PersistenceRootEntry.Provider |
| Modifier and Type | Method and Description |
|---|---|
String |
identifier() |
Object |
instance() |
boolean |
isRemoved() |
static PersistenceRootEntry |
New(String identifier,
Supplier<?> instanceSupplier) |
String identifier()
Object instance()
boolean isRemoved()
static PersistenceRootEntry New(String identifier, Supplier<?> instanceSupplier)
Copyright © 2022 MicroStream Software. All rights reserved.