JDO Method
in javax.jdo.spi.JDOImplHelper

Object registerStringConstructor(
  Class cls, 
  JDOImplHelper.StringConstructor sc
)


Register special StringConstructor instances. These instances are for constructing instances from String parameters where there is no String constructor for them.
Parameters:
cls - the class to register a StringConstructor for
sc - the StringConstructor instance
Return:
the previous StringConstructor registered for this class
Since:
JDO 1.0