interface MyRepository extends JpaRepository<User, Long> { } @NoRepositoryBean ... String lastname); // Enables the distinct flag for the query List<Person> ...
確定! 回上一頁