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
 java.util.Map<java.lang.Object,Persistent> createObjectMap()
           
 

Method Detail

createObjectMap

java.util.Map<java.lang.Object,Persistent> createObjectMap()


Copyright © 2001-2012 Apache Cayenne. All Rights Reserved.