Spring

时间:2015-10-17 01:50:13

标签: spring oracle11g ibatis

我有一个基于Spring的应用程序,使用ibatis连接到Oracle数据库。

我需要将记录写入数据库,并且我想使用db序列作为表的主键。我无法从Spring类调用序列的下一个值。如果可行,请建议我。如果没有,请建议我写一些表的主键的替代方法。如果可能的话,请建议举例。

提前致谢。

1 个答案:

答案 0 :(得分:0)

现在就完成了。

可以使用注释作为@SelectKey(statement =“select id.nextval from dual”,keyproperty =“id”,before = true,resultType =“long.class”)