Verwendungen von Klasse
org.apache.torque.om.ObjectKey
Packages, die ObjectKey verwenden
Package
Beschreibung
A manager/factory API for use with Torque-generated data beans.
API for the classic Torque-generated object model.
Misc. utility classes.
-
Verwendungen von ObjectKey in org.apache.torque.manager
Felder in org.apache.torque.manager mit Typparametern vom Typ ObjectKeyModifizierer und TypFeldBeschreibungAbstractBaseManager.cache
used to cache the om objects. cache is set by the region propertyMethoden in org.apache.torque.manager mit Parametern vom Typ ObjectKeyModifizierer und TypMethodeBeschreibungprotected T
Get an object from cacheprotected T
AbstractBaseManager.getOMInstance
(ObjectKey<?> id) Return an instance of an om based on the idprotected T
AbstractBaseManager.getOMInstance
(ObjectKey<?> key, boolean fromCache) Return an instance of an om based on the idGets a list of om's based on id's.protected T
AbstractBaseManager.putInstanceImpl
(ObjectKey<?> key, T om) Put an object into the cacheprotected T
AbstractBaseManager.removeInstanceImpl
(ObjectKey<?> key) Remove an object from the cacheprotected abstract T
AbstractBaseManager.retrieveStoredOM
(ObjectKey<?> id) Retrieve an object from persistent storageMethodenparameter in org.apache.torque.manager mit Typargumenten vom Typ ObjectKeyModifizierer und TypMethodeBeschreibungGets a list of om's based on id's.Gets a list of om's based on id's.AbstractBaseManager.retrieveStoredOMs
(List<? extends ObjectKey<?>> ids) Gets a list of om's based on id's. -
Verwendungen von ObjectKey in org.apache.torque.om
Unterklassen von ObjectKey in org.apache.torque.omModifizierer und TypKlasseBeschreibungclass
This class can be used as an ObjectKey to uniquely identify an object within an application where the id consists of a Boolean.class
This class can be used as an ObjectKey to uniquely identify an object within an application where the key consists of multiple entities (such a String[] representing a multi-column primary key).class
This class can be used as an ObjectKey to uniquely identify an object within an application where the id is a Date.class
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<T>
This empty class marks an ObjectKey as being capable of being represented as a single column in a database.class
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.Methoden in org.apache.torque.om mit Typparametern vom Typ ObjectKeyModifizierer und TypMethodeBeschreibungObjectKey.setValue
(O key) Sets the internal representation to the same object used by key.Methoden in org.apache.torque.om, die ObjectKey zurückgebenModifizierer und TypMethodeBeschreibungObjectKey<?>
ObjectModel.getPrimaryKey()
getter for the object primaryKey.Methoden in org.apache.torque.om mit Parametern vom Typ ObjectKeyModifizierer und TypMethodeBeschreibungvoid
ObjectModel.setPrimaryKey
(ObjectKey<?> primaryKey) Sets the PrimaryKey for the object. -
Verwendungen von ObjectKey in org.apache.torque.util
Methoden in org.apache.torque.util, die ObjectKey zurückgebenModifizierer und TypMethodeBeschreibungObjectKey<?>
AbstractPeerImpl.doInsert
(ColumnValues columnValues, Connection con) Method to do inserts.ObjectKey<?>
BasePeerImpl.doInsert
(ColumnValues insertValues) Inserts a record into a database table.ObjectKey<?>
BasePeerImpl.doInsert
(ColumnValues insertValues, Connection connection) Inserts a record into a database table.Methoden in org.apache.torque.util mit Parametern vom Typ ObjectKeyModifizierer und TypMethodeBeschreibungAbstractPeerImpl.buildCriteria
(ObjectKey<?> pk) Build a Criteria object which selects all objects which have a given primary key.int
Deletes a row in the database.int
AbstractPeerImpl.doDelete
(ObjectKey<?> pk, Connection con) Deletes a row in the database.