Uses of Interface
org.apache.torque.om.ObjectModel
-
Packages that use ObjectModel Package Description org.apache.torque.om API for the classic Torque-generated object model.org.apache.torque.util Misc. utility classes. -
-
Uses of ObjectModel in org.apache.torque.om
Subinterfaces of ObjectModel in org.apache.torque.om Modifier and Type Interface Description interface
Persistent
This interface defines methods related to saving an object -
Uses of ObjectModel in org.apache.torque.util
Classes in org.apache.torque.util with type parameters of type ObjectModel Modifier and Type Class Description class
AbstractPeerImpl<T extends ObjectModel>
This is an abstract layer for all generated peer classes that implements several convenience methods that otherwise would have to be generated.
-