最新回答 / 随尘软件
你要添加事务注解:@Transactional @Modifying @Query(value="insert into jpa_person(id,name,gender,birth) values(?,?,?,?)",nativeQuery=true) public int insertPerson2(Integer id,String name,Integer gender,Date birth);
2017-12-16
想起当初手动构建Pager<T t>对象封装分页对象,呜呜呜,jpa方便了好多,大赞。
2017-12-15