Ibator support for table defined subpackage
-------------------------------------------
Key: IBATIS-507
URL: https://issues.apache.org/jira/browse/IBATIS-507
Project: iBatis for Java
Issue Type: New Feature
Components: Tools
Affects Versions: 2.3.3
Environment: N/A
Reporter: Dan Turkenkopf
Priority: Minor
It would be helpful to be able to specify a subpackage for any given table when
using Ibator to generate the code.
For example, I might want to put table X in com.test.foo and table Y in
com.test.bar.
I've added the property "subPackage" to the table definition which overrides
the schema based subpackage fragment if set.
Using the above example, I'd add <property name="subPackage" value="foo"/> to
the defintion for table X.
Patch is attached.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.