|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IdGenerator | |
org.apache.torque.map | |
org.apache.torque.oid |
Uses of IdGenerator in org.apache.torque.map |
Fields in org.apache.torque.map declared as IdGenerator | |
private IdGenerator |
TableMap.idGenerator
IdGenerator for this tableMap |
Methods in org.apache.torque.map that return IdGenerator | |
IdGenerator |
TableMap.getIdGenerator()
Get the value of idGenerator. |
(package private) IdGenerator |
DatabaseMap.getIdGenerator(java.lang.String type)
Get a type of id generator. |
Methods in org.apache.torque.map with parameters of type IdGenerator | |
void |
DatabaseMap.addIdGenerator(java.lang.String type,
IdGenerator idGen)
Add a type of id generator for access by a TableMap. |
Uses of IdGenerator in org.apache.torque.oid |
Classes in org.apache.torque.oid that implement IdGenerator | |
class |
AutoIncrementIdGenerator
This generator works with databases that have an sql syntax that allows the retrieval of the last id used to insert a row for a Connection. |
class |
IDBroker
This method of ID generation is used to ensure that code is more database independent. |
class |
SequenceIdGenerator
This generator works with databases that have an sql syntax for getting an id prior to inserting a row into the database. |
Methods in org.apache.torque.oid that return IdGenerator | |
static IdGenerator |
IDGeneratorFactory.create(DB dbAdapter)
Factory method which instantiates IdGenerator implementations based on the
return value of the provided adapter's DB.getIDMethodType() method. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |