读书人

ibatis 掉用存储过程获得多个返回值

发布时间: 2012-07-01 13:15:00 作者: rapoo

ibatis 掉用存储过程取得多个返回值

Dao代码

?

?

out的property要和存储过程中定义的一样且大写,

?

?

The jdbcType attribute can be set to any string value that matches a constant in the

JDBC Types class.

jdbcType应该是java.sql.Types中的字段名

?

?

Java only has one Date value type

(java.util.Date), but most SQL databases usually have at least three different

types. Because of this you might want to specify explicitly that your column type is

DATE versus DATETIME.

?

?

?

读书人网 >开源软件

热点推荐