Interface PersistenceRootEntry
-
- All Known Implementing Classes:
PersistenceRootEntry.Default
public interface PersistenceRootEntry
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
PersistenceRootEntry.Default
static interface
PersistenceRootEntry.Provider
-
Method Summary
Modifier and Type Method Description String
identifier()
Object
instance()
boolean
isRemoved()
static PersistenceRootEntry
New(String identifier, Supplier<?> instanceSupplier)
-
-
-
Method Detail
-
identifier
String identifier()
-
instance
Object instance()
-
isRemoved
boolean isRemoved()
-
New
static PersistenceRootEntry New(String identifier, Supplier<?> instanceSupplier)
-
-