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 SummaryModifier and Type Method Description Map<Object,Persistent>createObjectMap()
- 
Method Details- 
createObjectMapMap<Object,Persistent> createObjectMap()
 
-