hibernate利用dowork實現批量修改

public int[] dowork(final List<User> list) { final List<int[]> results = new ArrayList<int[]>(); getSession().doWork(new Work(){ public void execute(Connection connection) throws SQLException {
相關文章
相關標籤/搜索