.newValueBuilderWithState( actualValueType.type(), new Function<PropertyDescriptor, Object>()
{
@Override
public Object map( PropertyDescriptor descriptor )
{
return values.get( descriptor.qualifiedName() );
}
},new Function<AssociationDescriptor, EntityReference>()
{
@Override
public EntityReference map( AssociationDescriptor associationDescriptor )