Hi Jeff,
I found the problem. That table was a synonim, so I have just changed schema name to the schema name that owns that table and it works.
Would be nice to have an option where you specify a super class for the Model you are going to generate like this :
<javaModelGenerator targetPackage="test.model" targetProject="vlad">
<property name="enableSubPackages" value="true" />
<property name="trimStrings" value="true" />
<property name="superClass" value="AbstractModel" />
</javaModelGenerator>
also would be nice to have an option of turning On and Off dyanmicSQL for some tables, like this:
<table schema="COMMON" tableName="PARAMETERS" domainObjectName="Parameter" >
<property name="useActualColumnNames" value="true"/>
<property name="createDynamicSQL" value="true"/> <!-- default is false -->
</table>
Otherwise its exellent tool
Regards,
Denis
- Abator - Java Code Generator for iBATIS - Runtime Errors Denis Vladimirov
- Re: Abator - Java Code Generator for iBATIS - Runtim... Jeff Butler
- Re: Abator - Java Code Generator for iBATIS - Ru... Denis Vladimirov
- Re: Abator - Java Code Generator for iBATIS ... Jeff Butler
- Re: Abator - Java Code Generator for iBA... Denis Vladimirov
- Re: Abator - Java Code Generator fo... Jeff Butler
- Re: Abator - Java Code Generator for iBATIS - Runtim... Broderick, Kevin
- Re: Abator - Java Code Generator for iBATIS - Ru... Jeff Butler
- Re: Abator - Java Code Generator for iBATIS ... Jeff Butler
- Re: Abator - Java Code Generator for iBA... Jeff Butler
- Insertion into multiple tables in a transact... John Chien
- Re: Insertion into multiple tables in a ... Larry Meadors
- the return result of insert, update... John Chien
