Thank u jeff
I don't know this method
certainly I don't read the doc in the correct way thank's again
Rinaldo
Jeff Butler ha scritto:
I don't understand...why are you using jedit to do this when Abator
will do it for you already?
<daoGenerator type="SPRING" targetPackage="com.rbm.db"
targetProject="RBMZeNewPracticeAbatorWithDAO" />
Jeff Butler
On 8/1/07, *Rinaldo Bonazzo* <[EMAIL PROTECTED]
<mailto:[EMAIL PROTECTED]>> wrote:
Hi to all,
I use abator with daoGenerator to create my classes.
After the creation I use my editor like jedit who permit to change
all string in files present in a directory
the class as to extends SqlMapClientDaoSupport (from spring DAOs)
alla then insert method
insert("something.abatorgenerated_insert",record) became
getSqlMapClientTemplate().insert("something.abatorgenerated_insert
", record);
same action for all the others method (update,queryforlist,
queryforobject, delete)
Rinaldo Bonazzo