hi,
i have a mapping for a class with a single identity field named "id":
<class name="brj.castor.Person" identity="id" key-generator="MAX">
<map-to table="tabPerson" />
<field name="id" type="integer">
<sql name="id" type="integer"/>
...
when i update such an object the where statement includes ALL fields instead
of only "id" :
WHERE id = 2 AND vorname = Christof AND name = Schnyder AND adresse =
MBuchsee AND isBoss = 0 AND gebDat = 1972-12-11 AND test = 42
thanks jakob
-----------------------------------------------------------
If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of:
unsubscribe castor-dev