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