Class propertyType = attribute.getJavaClass();
PropertyAccessor accessor = makeAccessor(attribute.getName(), propertyType);
allDescriptors.put(attribute.getName(), persistent
? new SimplePersistentProperty(this, accessor)
: new SimpleProperty(this, accessor));
}
}