JDO Method
in javax.jdo.spi.JDOImplHelper

String[] getFieldNames(
  Class pcClass
)


Get the field names for a PersistenceCapable class. The order of fields is the natural ordering of the String class (without considering localization).
Parameters:
pcClass - the PersistenceCapable class.
Return:
the field names for the class.
Since:
JDO 1.0