> -----Original Message----- > From: Joe McGlynn [mailto:joe.mcglynn@;nuasis.com] > Is there a way to generate the base classes _with_ the setModified() > functionality, but no save() method and no reference to the > peer object? I > want to be able to generate code that closely models the J2EE > "Data Access > Object" and "Value Object" patterns. >
you can generate ~ "Value Objects" that are not attached to the Peer Objects using the experimental ojb, try: ant -f build-torque.xml ojb-model And under src/ojb wil be the output. The objects generated don't seem to have the setModified() functionality. -- To unsubscribe, e-mail: <mailto:turbine-torque-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:turbine-torque-user-help@;jakarta.apache.org>
