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