Hi,
I'd like Ibator to generate ibatis bean extending a specific rootClass.
3 of my tables are nearly the same.
So I did something like that in the ibator-conf.xml file :
<ibatorContext>
<table tableName="HISTORY_DEC" domainObjectName="HistoryDec">
<property name="rootClass" value="com.DecObject" />
</table>
</ibatorContext>
The class DecObject is correctly found, and contains attributs which are the
same
that in the generated HistoryDec class.
I checked that types and getter/setter were right, and it is.
so, why ibator overrides attributs ?
Thx,
Jeremy
--
View this message in context:
http://old.nabble.com/ibator-with-rootclass-overrides-getters-and-setters-tp28177744p28177744.html
Sent from the iBATIS - User - Java mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]