org.apache.cayenne.access
Interface ObjectMapRetainStrategy
- All Known Implementing Classes:
- DefaultObjectMapRetainStrategy
public interface ObjectMapRetainStrategy
A strategy for retaining objects in ObjectStore
. May be used
weak, soft or hard references.
- Since:
- 3.1
MAP_RETAIN_STRATEGY_PROPERTY
static final java.lang.String MAP_RETAIN_STRATEGY_PROPERTY
- See Also:
- Constant Field Values
WEAK_RETAIN_STRATEGY
static final java.lang.String WEAK_RETAIN_STRATEGY
- See Also:
- Constant Field Values
SOFT_RETAIN_STRATEGY
static final java.lang.String SOFT_RETAIN_STRATEGY
- See Also:
- Constant Field Values
HARD_RETAIN_STRATEGY
static final java.lang.String HARD_RETAIN_STRATEGY
- See Also:
- Constant Field Values
createObjectMap
java.util.Map<java.lang.Object,Persistent> createObjectMap()
Copyright © 2001-2011 Apache Cayenne. All Rights Reserved.