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
 Map<Object,Persistent> createObjectMap()
           
 

Method Detail

createObjectMap

Map<Object,Persistent> createObjectMap()


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