|
|
@@ -43,15 +43,9 @@
|
|
|
<property name="enableSubPackages" value="false"/>
|
|
|
<property name="nullCatalogMeansCurrent" value="true"/>
|
|
|
</javaClientGenerator>
|
|
|
- <table schema="aft_ow" tableName="project" enableCountByExample="false"
|
|
|
- enableUpdateByExample="false"
|
|
|
- enableDeleteByExample="false"
|
|
|
- enableSelectByExample="false"
|
|
|
- selectByExampleQueryId="false"
|
|
|
- enableSelectByPrimaryKey="true"
|
|
|
- enableUpdateByPrimaryKey="true"
|
|
|
- enableDeleteByPrimaryKey="true"
|
|
|
- >
|
|
|
+ <table schema="aft_ow" tableName="project" enableCountByExample="false" enableUpdateByExample="false"
|
|
|
+ enableDeleteByExample="false" enableSelectByExample="false" selectByExampleQueryId="false"
|
|
|
+ enableSelectByPrimaryKey="true" enableUpdateByPrimaryKey="true" enableDeleteByPrimaryKey="true" >
|
|
|
<property name="useActualColumnNames" value="false"/>
|
|
|
</table>
|
|
|
</context>
|