Monthly Archives: 12월 2020
DTO Entity 매핑
Generic type 을 이용한 RestController 코드 중복제거
MapStruct 좋은 겁니다.
A different object with the same identifier value was already associated with the session
IntelliJ Live Reload 안될때
Bootstrap 강좌
JPA 에서 프로시저(procedure) 호출
JPA 에서 프로시저(procedure) 호출
프로시저 생성
DROP PROCEDURE IF EXISTS getUserList;
DELIMITER $$
CREATE procedure
… 더보기 JPQL 제약사항
Persistable 을 이용한 쿼리 최적화
Persistable 을 이용한 쿼리 최적화
문제점
@RequiredArgsConstructor
@Service
public class CurrentStockSummaryService {
private final CurrentStockSummaryRepository
… 더보기