public DefaultIdStoringStrategy(Map idByBeanMap, Map beanByIdMap)(Code)
Constructs a
IdStoringStrategy using the Map
implementations provided for storage.
Parameters: idByBeanMap - Map implementation stores the ID's by bean Parameters: beanByIdMap - Map implementation stores the bean's by ID since: 0.8
Gets an object matching the given reference.
Parameters: context - Context, not null Parameters: id - the reference id an bean matching the given reference, or null if there is no bean matching the given reference