Interface PersistenceLoader<M>
-
- All Superinterfaces:
PersistenceObjectRetriever
,PersistenceRetrieving
- All Known Subinterfaces:
BinaryLoader
- All Known Implementing Classes:
BinaryLoader.Default
public interface PersistenceLoader<M> extends PersistenceRetrieving
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
PersistenceLoader.Creator<M>
-
Method Summary
Modifier and Type Method Description PersistenceRoots
loadRoots()
void
registerSkip(long objectId)
-
Methods inherited from interface one.microstream.persistence.types.PersistenceRetrieving
collect, get, getObject
-
-
-
-
Method Detail
-
loadRoots
PersistenceRoots loadRoots()
-
registerSkip
void registerSkip(long objectId)
-
-