Interface PersistenceRegisterer
-
- All Superinterfaces:
PersistenceFunction
- All Known Implementing Classes:
PersistenceRegisterer.Default
public interface PersistenceRegisterer extends PersistenceFunction
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
PersistenceRegisterer.Creator
static class
PersistenceRegisterer.Default
-
Method Summary
Modifier and Type Method Description long
register(Object instance)
long[]
registerAll(Object... instances)
-
Methods inherited from interface one.microstream.persistence.types.PersistenceFunction
apply
-
-