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 interfacePersistenceLoader.Creator<M>
-
Method Summary
Modifier and Type Method Description PersistenceRootsloadRoots()voidregisterSkip(long objectId)-
Methods inherited from interface one.microstream.persistence.types.PersistenceRetrieving
collect, get, getObject
-
-
-
-
Method Detail
-
loadRoots
PersistenceRoots loadRoots()
-
registerSkip
void registerSkip(long objectId)
-
-