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