Hi again, What would you think of an attribute readonly of type boolean. Using this attribute on a table will result in generating only getter methods and no setter methods at all.
I think this feature is also present in Hibernate. Do you think is usefull? BTW, have you ever used hibernate? Is it better that torque? I am right now learning about using O/M tools, so I have to find which is better and why. Do you have other proposals? Thanks, Alex > -----Original Message----- > From: Alexandru Dovlecel [mailto:[EMAIL PROTECTED] > Sent: Tuesday, March 30, 2004 7:21 PM > To: 'Apache Torque Users List' > Subject: Primary key, not autoincrement or IdBroker > > > Hi everybody, > > If I have a primary key field that is not an native autoincrement nor > IdBroker, > do I HAVE TO set the idMethod to none??? Or idMethod="native" > would not > cause any problem. > > Thanks, > Alex > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
