public interface UserRepository extends JpaRepository<User, Integer> {. @Query ( "SELECT u FROM User u JOIN u.roles r WHERE r.name LIKE ...
確定! 回上一頁