Uses of Class
org.apache.torque.om.StringKey

Packages that use StringKey
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
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
static StringKey SimpleKey.keyFor(StringKey key)
          Creates an ObjectKey for the key object.
 void StringKey.setValue(StringKey key)
          Sets the internal representation to the same object used by key.
 

Constructors in org.apache.torque.om with parameters of type StringKey
StringKey(StringKey key)
          Creates a StringKey that is equivalent to key.
 



Copyright © 2000-2013 The Apache Software Foundation. All Rights Reserved.