Uses of Class
org.apache.torque.om.StringKey
-
Packages that use StringKey Package Description org.apache.torque.om API for the classic Torque-generated object model. -
-
Uses of StringKey in org.apache.torque.om
Methods in org.apache.torque.om that return StringKey Modifier and Type Method Description static StringKey
SimpleKey. keyFor(String key)
Creates an ObjectKey for the key object.static StringKey
SimpleKey. keyFor(StringKey key)
Creates an ObjectKey for the key object.Methods in org.apache.torque.om with parameters of type StringKey Modifier and Type Method Description static StringKey
SimpleKey. keyFor(StringKey key)
Creates an ObjectKey for the key object.Constructors in org.apache.torque.om with parameters of type StringKey Constructor Description StringKey(StringKey key)
Creates a StringKey that is equivalent to key.
-