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 interfacePersistenceRegisterer.Creatorstatic classPersistenceRegisterer.Default
-
Method Summary
Modifier and Type Method Description longregister(Object instance)long[]registerAll(Object... instances)-
Methods inherited from interface one.microstream.persistence.types.PersistenceFunction
apply
-
-