620621622623624625626627628629630
{ // call stateManager.prepareGetField to allow the stateManager // to mediate the field access stateManager.prepareGetField(index); } value = pc.jdoGetField(index); } else { // non persistence capable class => use reflection try