org.spicefactory.cinnamon.io.mapping
Interface Referer
public interface Referer
Interface used internally in cases where a property of a bean is an association with
another object that is not fully initialized yet and represents a MappedObjectFactory
and not the final target instance. In this case the association will be resolved later when
the factory has been fully initialized and the target instance can be created.
- Author:
- Jens Halm
|
Method Summary |
void |
setValue(Object value)
Sets the property value on the referer to the final target instance in case of
a deferred resolution of a bidirectional association. |
setValue
void setValue(Object value)
- Sets the property value on the referer to the final target instance in case of
a deferred resolution of a bidirectional association.
- Parameters:
value - the final target instance