JDO Method
in javax.jdo.spi.PersistenceCapable

PersistenceCapable jdoNewInstance(
  StateManager sm
)


Return a new instance of this class, with the jdoStateManager set to the parameter, and jdoFlags set to LOAD_REQUIRED.

This method is used as a performance optimization as an alternative to using reflection to construct a new instance. It is used by the JDOImplHelper class method newInstance.

Parameters:
sm - the StateManager that will own the new instance.
Return:
a new instance of this class.
See Also:
JDOImplHelper.newInstance(Class pcClass,StateManager sm)
Since:
JDO 1.0