PersistentFieldDefaultImpl is slower and PersistentFieldMaxPerformanceImpl is faster than PersistentFieldPropertyImpl
cheers, Thomas > -----Urspr�ngliche Nachricht----- > Von: [EMAIL PROTECTED] [mailto:claudio.romano@;lindos.ch] > Gesendet: Montag, 11. November 2002 15:06 > An: OJB Users List > Betreff: RE: read only attributes > > > Hi, > > If I tell OJB not to rely on getter/setter method, > will it be slower or faster? > > thanks, > Claudio > > -----Original Message----- > From: Mahler Thomas [mailto:thomas.mahler@;itellium.com] > Sent: Monday, November 11, 2002 2:56 PM > To: 'OJB Users List' > Subject: AW: read only attributes > > > Hi Bram, > > You can tell OJB to not rely on getter/setter methods, by enabling > PersistentFieldDefaultImpl in OJB.properties. > If you do this, your persistent objects won't need getter and > setter methods > at all! > > cheers, > Thomas > > > -----Urspr�ngliche Nachricht----- > > Von: Bram Meijboom [mailto:bram@;info.nl] > > Gesendet: Montag, 11. November 2002 14:48 > > An: [EMAIL PROTECTED] > > Betreff: read only attributes > > > > > > Hi > > > > simple question, > > > > Is there a easy way to have read only attributes? > > > > > > I thought about making 2 beans, one with the read only > > attribute and one > > without > > and making the pb.store(ReadOnly bean) not public available... > > > > but it seem like a hack to me > > > > > > > > > > greets > > Bram > > > > -- > > To unsubscribe, e-mail: > > <mailto:ojb-user-unsubscribe@;jakarta.apache.org> > > For additional commands, e-mail: > > <mailto:ojb-user-help@;jakarta.apache.org> > > > > > > > -- > To unsubscribe, e-mail: > <mailto:ojb-user-unsubscribe@;jakarta.apache.org> > For additional commands, e-mail: > <mailto:ojb-user-help@;jakarta.apache.org> > > > > -- > To unsubscribe, e-mail: > <mailto:ojb-user-unsubscribe@;jakarta.apache.org> > For additional commands, e-mail: > <mailto:ojb-user-help@;jakarta.apache.org> > > -- To unsubscribe, e-mail: <mailto:ojb-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:ojb-user-help@;jakarta.apache.org>
