A
PersistentField implementation accesses a property
from a
org.apache.commons.beanutils.DynaBean .
Note that because of the way that PersistentField works,
at run time the type of the field could actually be different, since
it depends on the DynaClass of the DynaBean that is given at runtime.
This implementation does not support nested fields.