Package org.apache.cayenne.access
Interface ObjectMapRetainStrategy
- All Known Implementing Classes:
DefaultObjectMapRetainStrategy
public interface ObjectMapRetainStrategy
A strategy for retaining objects in
ObjectStore
. The strategy can be weak, soft
or hard references.- Since:
- 3.1
-
Method Summary
-
Method Details
-
createObjectMap
Map<Object,Persistent> createObjectMap()
-