Re: Torque Objects Implementing a Defined Interface
Thomas Vandahl <[email protected]> Tue, 05 Jul 2011 17:11:28 +0200
| Newsgroups | gmane.comp.jakarta.turbine.torque.user |
|---|---|
| Message-ID | <[email protected]> |
On 04.07.11 13:01, Neil Sherman wrote: > Hi, > > Is it possible to get generated Torque objects to implement a specific > interface ? See the documentation of the "interface" attribute to the "table" element in the schema documentation http://db.apache.org/torque/releases/torque-3.3/generator/schema-reference.html This should do what you want. Bye, Thomas.