[TIL] Day31_쿼리메소드

오진선·2024년 3월 6일
0

TIL

목록 보기
21/29
post-thumbnail

Today I Learned

JPA 쿼리 메소드

주요 쿼리 메소드 정리

사용 예제

@Repository
public interface PostRepository extends JpaRepository<Post, Long> {
        List<Post> findByTitle(String title);
}
profile
₍ ᐢ. ̫ .ᐢ ₎

0개의 댓글