terasoluna

TERASOLUNA English Manual

Hi. I was looking for an english version of terasoluna framework manual or tutorial but can't find any. Can anyone help me with this. Because currently it is in japanese ...

iBatis get executed sql

Hi all. Is there any way where I can get the executed query of iBatis? I want to reuse the query for an UNION query. For example: <sqlMap namespace="userSQLMap"> <select id="getUser" resultClass="UserPackage.User"> SELECT username, password FROM table WHERE id=#value# </select> </sqlMap> ...