JDO Static Method
in javax.jdo.spi.JDOImplHelper

void registerClass(
  Class pcClass, 
  String[] fieldNames, 
  Class[] fieldTypes, 
  byte[] fieldFlags, 
  Class persistenceCapableSuperclass, 
  PersistenceCapable pc
)


Register metadata by class. The registration will be done in the class named JDOImplHelper loaded by the same or an ancestor class loader as the PersistenceCapable class performing the registration.
Parameters:
pcClass - the PersistenceCapable class used as the key for lookup.
fieldNames - an array of String field names for persistent and transactional fields
fieldTypes - an array of Class field types
fieldFlags - the Field Flags for persistent and transactional fields
pc - an instance of the PersistenceCapable class
persistenceCapableSuperclass - the most immediate superclass that is PersistenceCapable
Since:
JDO 1.0