org.apache.cayenne.access
Class DefaultObjectMapRetainStrategy

java.lang.Object
  extended by org.apache.cayenne.access.DefaultObjectMapRetainStrategy
All Implemented Interfaces:
ObjectMapRetainStrategy

public class DefaultObjectMapRetainStrategy
extends java.lang.Object
implements ObjectMapRetainStrategy

Default implementation of ObjectMapRetainStrategy.

Since:
3.1

Field Summary
protected  RuntimeProperties runtimeProperties
           
 
Constructor Summary
DefaultObjectMapRetainStrategy(RuntimeProperties runtimeProperties)
           
 
Method Summary
 java.util.Map<java.lang.Object,Persistent> createObjectMap()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

runtimeProperties

protected RuntimeProperties runtimeProperties
Constructor Detail

DefaultObjectMapRetainStrategy

public DefaultObjectMapRetainStrategy(RuntimeProperties runtimeProperties)
Method Detail

createObjectMap

public java.util.Map<java.lang.Object,Persistent> createObjectMap()
Specified by:
createObjectMap in interface ObjectMapRetainStrategy


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