|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SimpleKey | |
org.apache.turbine.om |
Uses of SimpleKey in org.apache.turbine.om |
Subclasses of SimpleKey in org.apache.turbine.om | |
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. |
Fields in org.apache.turbine.om declared as SimpleKey | |
(package private) SimpleKey[] |
ComboKey.key
|
Methods in org.apache.turbine.om with parameters of type SimpleKey | |
void |
ComboKey.setValue(SimpleKey[] keys)
Sets the internal representation using an array of SimpleKeys. |
void |
BaseObject.setPrimaryKey(SimpleKey[] primaryKey)
Sets the PrimaryKey for the object as an Object. |
Constructors in org.apache.turbine.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 |