Guy,
Got it figured out. We are using the Annotations not XML, but that did
not really matter.
In the prototype for the updateScript I had void instead of int, stupid but
now I know!.
Thanks for pointing me in the right direction!!
@Update("UPDATE script SET path = #{path, jdbcType=VARCHAR}"
+ ", description = #{description, jdbcType=VARCHAR}"
+ ", cwd = #{cwd, jdbcType=VARCHAR}"
+ ", env_id = #{envId, jdbcType=VARCHAR}"
+ " WHERE id = #{id, jdbcType=VARCHAR}"
)
void updateScript(Script log)
--
View this message in context:
http://old.nabble.com/Ibatis-3-Annotaion---Get---Rows-updated-tp26730660p26736065.html
Sent from the iBATIS - User - Java mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]