記錄問題 獲取剛插入oracle中product表的一條數據的自增加id

 使用mybatis的selectKey就能夠獲得sequence的值,同時也會將值返回,代碼以下:mybatis <insert id="insert" parameterType="com.domain.Product"> <selectKey resultType="INTEGER" order="BEFORE" keyProperty="ID"> SELECT ST
相關文章
相關標籤/搜索