<generate table="table"> feature for iBATIS Java
------------------------------------------------
Key: IBATIS-475
URL: https://issues.apache.org/jira/browse/IBATIS-475
Project: iBatis for Java
Issue Type: New Feature
Components: SQL Maps
Affects Versions: 2.3.0
Reporter: Jacky Chan
Fix For: 2.3.1
<generate table="table"> is a great feature for iBATIS.net, and it can
generate SQL for us, just like following code:
<select id="SelectAll" resultMap="SelectResult"> <generate table="PERSON"
/> </select>
and it can be implemented for Java?
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.