Package org.apache.cayenne.access
Class DefaultObjectMapRetainStrategy
java.lang.Object
org.apache.cayenne.access.DefaultObjectMapRetainStrategy
- All Implemented Interfaces:
- ObjectMapRetainStrategy
public class DefaultObjectMapRetainStrategy extends Object implements ObjectMapRetainStrategy
Default implementation of 
ObjectMapRetainStrategy.- Since:
- 3.1
- 
Field SummaryFields Modifier and Type Field Description protected RuntimePropertiesruntimeProperties
- 
Constructor SummaryConstructors Constructor Description DefaultObjectMapRetainStrategy(RuntimeProperties runtimeProperties)
- 
Method SummaryModifier and Type Method Description Map<Object,Persistent>createObjectMap()
- 
Field Details- 
runtimeProperties
 
- 
- 
Constructor Details- 
DefaultObjectMapRetainStrategy
 
- 
- 
Method Details- 
createObjectMap- Specified by:
- createObjectMapin interface- ObjectMapRetainStrategy
 
 
-