|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ObjectKey | |
org.apache.turbine.om | |
org.apache.turbine.om.peer | |
org.apache.turbine.services.schedule | |
org.apache.turbine.util.db |
Uses of ObjectKey in org.apache.turbine.om |
Subclasses of ObjectKey in org.apache.turbine.om | |
class |
ComboKey
This class can be used as an ObjectKey to uniquely identify an object within an application where the id consists of multiple entities such a String[] representing a multi-column primary key. |
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 |
SimpleKey
This empty class marks an ObjectKey as being capable of being represented as a single column in a database. |
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 ObjectKey | |
private ObjectKey |
BaseObject.primaryKey
The unique id for the object which can be used for persistence. |
Methods in org.apache.turbine.om that return ObjectKey | |
ObjectKey |
BaseObject.getPrimaryKey()
getter for the object primaryKey. |
ObjectKey |
Persistent.getPrimaryKey()
getter for the object primaryKey. |
Methods in org.apache.turbine.om with parameters of type ObjectKey | |
void |
BaseObject.setPrimaryKey(ObjectKey primaryKey)
Sets the PrimaryKey for the object as an Object. |
void |
Persistent.setPrimaryKey(ObjectKey primaryKey)
Sets the PrimaryKey for the object. |
Uses of ObjectKey in org.apache.turbine.om.peer |
Methods in org.apache.turbine.om.peer that return ObjectKey | |
static ObjectKey |
BasePeer.doInsert(Criteria criteria)
Method to perform inserts based on values and keys in a Criteria. |
static ObjectKey |
BasePeer.doInsert(Criteria criteria,
DBConnection dbCon)
Method to perform inserts based on values and keys in a Criteria. |
Uses of ObjectKey in org.apache.turbine.services.schedule |
Methods in org.apache.turbine.services.schedule that return ObjectKey | |
static ObjectKey |
JobEntryPeer.doInsert(Criteria criteria)
Perform a SQL insert , handling connection details
internally. |
static ObjectKey |
JobEntryPeer.doInsert(Criteria criteria,
DBConnection dbCon)
Method to do inserts. |
Uses of ObjectKey in org.apache.turbine.util.db |
Methods in org.apache.turbine.util.db that return ObjectKey | |
ObjectKey |
Criteria.getObjectKey(java.lang.String name)
Convenience method to return an ObjectKey. |
ObjectKey |
Criteria.getObjectKey(java.lang.String table,
java.lang.String column)
Convenience method to return an ObjectKey. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |