ObjectDB ObjectDB

CharIdentity(pcClass, str) - JDO CharIdentity's constructor

Constructor
javax.jdo.identity.CharIdentity
CharIdentity(
  Class pcClass,
  String str
)

Constructor with class and key. The String must have exactly one character.
Parameters:
pcClass - the target class
str - the key
Since:
JDO 1.0