This is probably just something obvious I've missed, but I'm having a
problem with OJB not recognising private properties. I've had to make all my
accessors/mutators public and add public implementations for those that
didn't exist, which somewhat cripples encapsulation in my object model :(

Unless I'm mis-understanding something, I should be able to use private
fields with no accessors/mutators for DB specific properties like foreign
key IDs and, by extension, shouldn�t need to provide a public getter and
setter for other properties either.

What do I need to do to get this to work?

Thanks,

L.


--
To unsubscribe, e-mail:   <mailto:ojb-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:ojb-user-help@;jakarta.apache.org>

Reply via email to