Internally saveAndFlush() uses save() and flush() method only. public <S extends T> S saveAndFlush(S entity) { S result = save(entity); flush(); ...
確定! 回上一頁