public interface JpaRepository<E,ID> extends CrudRepository<E,ID>, PageableRepository<E,ID> ... Save and perform a flush() of any pending operations.
確定! 回上一頁