Uses of Class
org.apache.torque.oid.IDBroker
-
Packages that use IDBroker Package Description org.apache.torque Torque is an object-relational mapper for Java. -
-
Uses of IDBroker in org.apache.torque
Methods in org.apache.torque that return IDBroker Modifier and Type Method Description IDBroker
Database. getIdBroker()
Get the IDBroker for this database.Methods in org.apache.torque with parameters of type IDBroker Modifier and Type Method Description static void
Torque. registerIDBroker(IDBroker idBroker)
Registers an id broker.void
TorqueInstance. registerIDBroker(IDBroker idBroker)
Registers an id broker.
-