JpaSpecificationExecutor には List<T> findAll(Specification<T> spec) 等のメソッドがあり、これでSpecificationを使った検索を実行できる。
確定! 回上一頁