ObjectDB ObjectDB

getFieldTypes(pcClass) - JDO JDOImplHelper's method

Method
javax.jdo.spi.JDOImplHelper
Class[] getFieldTypes(
  Class pcClass
)

Get the field types for a PersistenceCapable class. The order of fields is the same as for field names.
Parameters:
pcClass - the PersistenceCapable class.
Returns:
the field types for the class.
Since:
JDO 1.0