일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
Tags
- 시큐리티로그인
- 스프링 부트
- Linux
- gradle
- 목록
- 시큐리티 로그인
- 리눅스
- springSecurity
- 로그인
- 프로그래머스
- StyleSheet
- programmers
- css
- sql
- codingtest
- springboot
- 코딩테스트
- 반복문
- java
- 시큐리티 로그아웃
- javascript
- 시큐리티
- security
- JAVA11
- 소스트리
- 2차원배열
- Spring boot
- 싱글톤
- html
- input태그
Archives
- Today
- Total
목록JPQL (1)
JAVAIARY

1. Repository의 확장 쿼리메서드나 @Query 등으로 처리할 수 없는 기능은 별도의 인터페이스로 설계 별도의 인터페이스에 대한 구현 클래스를 작성합니다. 이 때 QuerydslRepositorySupport라는 클래스를 부모 클래스로 사용 구현 클래스에 인터페이스의 기능을 Q도메인 클래스와 JPQLQuery를 이용해서 구현 1) compileJava 실행 Q도메인 클래스 생성 확인 2) search 패키지와 Repository 생성 public interface SearchBoardRepository { Board search1(); } @Log4j2 public class SearchBoardRepositoryImpl extends QuerydslRepositorySupport impleme..
Project/2023.02~ ) Study toy 프로젝트
2023. 3. 13. 00:16