Interface PersistenceLoader
- All Superinterfaces:
- ObjectSwizzling,- PersistenceRetrieving
- All Known Subinterfaces:
- BinaryLoader
- All Known Implementing Classes:
- BinaryLoader.Default
public interface PersistenceLoader extends PersistenceRetrieving
- 
Nested Class SummaryNested Classes Modifier and Type Interface Description static interfacePersistenceLoader.Creator<D>
- 
Method SummaryModifier and Type Method Description PersistenceRootsloadRoots()voidregisterSkip(long objectId)Methods inherited from interface one.microstream.persistence.types.PersistenceRetrievingcollect, get, getObject
- 
Method Details- 
loadRootsPersistenceRoots loadRoots()
- 
registerSkipvoid registerSkip(long objectId)
 
-