nextMapping.setDescriptor(getDescriptor());
nextMapping.setAttributeName(this.getAttributeName());
if(nextMapping.getAttributeAccessor() == temporaryAccessor){
nextMapping.setAttributeAccessor(getAttributeAccessor());
}
nextMapping.preInitialize(session);
}
}
public void setAttributeValueInObject(Object object, Object value) throws DescriptorException {