영속성?
https://velog.io/@devtel/JPA-%EC%98%81%EC%86%8D%EC%84%B1persistence%EC%9D%B4%EB%9E%80
[JPA] 영속성(persistence)이란?
데이터를 생성한 프로그램이 종료되어도 사라지지 않는 데이터의 특성을 말한다.영속성을 갖지 않으면 데이터는 메모리에서만 존재하게 되고 프로그램이 종료되면 해당 데이터는 모두 사라지
velog.io
postgresql json type 컬럼?
https://hiperzstudio.tistory.com/12
[PostgreSql] JSON type 컬럼 Query 방법
공식 문서 참조 : https://www.postgresql.org/docs/9.3/functions-json.html OperatorRight Operand TypeDescriptionExample -> int Get JSON array element '[1,2,3]'::json->2 -> text Get JSON object field '{"a":1,"b":2}'::json->'b' ->> int Get JSON array ele
hiperzstudio.tistory.com
'Project > teamProject1' 카테고리의 다른 글
테이블 공간 데이터(POINT, SRID 4326) 추가 및 동기화 로직 수정 과정 요약 (0) | 2025.04.23 |
---|---|
[spring boot3]application.properties VS application.yml (0) | 2025.04.05 |