) 모든 소스 코드는 여기에서 확인할 수 있습니다. 바로 이전 포스팅에서 JPA가 save()를 호출할 때 새로운 Entity인지 기존 Entity인지 판단해 persist() 또는 merge()를 호출한다는 내용을 다룬 바 있습니다. 그렇다면 JPA는 과연 어떻게 새로운 Entity인지 판단하는 것 일까요? 설명을 위해 간단한 소스 코드를 작성해보겠습니다. package io.lcalmsky.springdatajpa.domain.entity; import lombok.Getter; import javax.persistence.Entity; import javax.persistence.GeneratedValue; import javax.persistence.Id; @Entity @Getter public..
모든 소스 코드는 여기 서 확인 가능합니다. 문제 링크는 여기 있습니다. Problem A peak element is an element that is strictly greater than its neighbors. Given an integer array nums, find a peak element, and return its index. If the array contains multiple peaks, return the index to any of the peaks. You may imagine that nums[-1] = nums[n] = -∞. You must write an algorithm that runs in O(log n) time. Example 1: Input: nums = ..
- Total
- Today
- Yesterday
- @ManyToOne
- r
- 함께 자라기
- 알고리즘
- gRPC
- Spring Boot Tutorial
- 스프링부트
- 클린 아키텍처
- Linux
- 스프링 데이터 jpa
- spring boot app
- 헥사고날 아키텍처
- proto3
- 스프링 부트 튜토리얼
- Spring Data JPA
- QueryDSL
- Jackson
- 스프링 부트 애플리케이션
- 스프링 부트
- intellij
- 함께 자라기 후기
- Spring Boot
- Java
- JPA
- Spring Boot JPA
- leetcode
- JSON
- 스프링 부트 회원 가입
- spring boot application
- spring boot jwt
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |