Interface PersistenceLoader
- All Superinterfaces:
ObjectSwizzling
,PersistenceRetrieving
- All Known Subinterfaces:
BinaryLoader
- All Known Implementing Classes:
BinaryLoader.Default
public interface PersistenceLoader extends PersistenceRetrieving
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
PersistenceLoader.Creator<D>
-
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 Details
-
loadRoots
PersistenceRoots loadRoots() -
registerSkip
void registerSkip(long objectId)
-