Interface PersistenceObjectIdResolver
-
- All Superinterfaces:
PersistenceObjectLookup
- All Known Subinterfaces:
BinaryLoader
- All Known Implementing Classes:
BinaryLoader.Default
public interface PersistenceObjectIdResolver extends PersistenceObjectLookup
-
-
Method Summary
Modifier and Type Method Description PersistenceObjectRetriever
getObjectRetriever()
Object
lookupObject(long objectId)
-
-
-
Method Detail
-
lookupObject
Object lookupObject(long objectId)
- Specified by:
lookupObject
in interfacePersistenceObjectLookup
-
getObjectRetriever
PersistenceObjectRetriever getObjectRetriever()
-
-