|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SimpleKey | |
---|---|
org.apache.torque.om | API for the classic Torque-generated object model. |
Uses of SimpleKey in org.apache.torque.om |
---|
Subclasses of SimpleKey in org.apache.torque.om | |
---|---|
class |
BooleanKey
This class can be used as an ObjectKey to uniquely identify an object within an application where the id consists of a Boolean. |
class |
DateKey
This class can be used as an ObjectKey to uniquely identify an object within an application where the id is a Date. |
class |
NumberKey
This class can be used as an ObjectKey to uniquely identify an object within an application where the id consists of a single entity such a GUID or the value of a db row's primary key. |
class |
StringKey
This class can be used as an ObjectKey to uniquely identify an object within an application where the id consists of a single entity such a GUID or the value of a db row's primary key. |
Methods in org.apache.torque.om with parameters of type SimpleKey | |
---|---|
void |
ComboKey.setValue(SimpleKey[] keys)
Sets the internal representation using a SimpleKey array. |
Constructors in org.apache.torque.om with parameters of type SimpleKey | |
---|---|
ComboKey(SimpleKey[] keys)
Creates a ComboKey whose internal representation is an array of SimpleKeys. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |