<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>프로그래머</title>
    <link>https://spot.tistory.com/</link>
    <description></description>
    <language>ko</language>
    <pubDate>Sat, 27 Jun 2026 23:40:55 +0900</pubDate>
    <generator>TISTORY</generator>
    <ttl>100</ttl>
    <managingEditor>프로그래머보이</managingEditor>
    <item>
      <title>JPA (Java Persistence API)</title>
      <link>https://spot.tistory.com/entry/JPA-Java-Persistence-API</link>
      <description>ORM

ORM (Object-Relational Mapping)
애플리케이션 Class와 RDB(Relational DataBase)의 테이블을&amp;nbsp;매핑 (연결)
어플리케이션의 객체를 RDB 테이블에 자동으로 영속화
객체는 객체대로 설계하고, 관계형 데이터베이스는 관계형 데이터베이스대로 설계한다.
ORM 프레임워크가 중간에서 매핑해 준다.
대중적인 언어에는 대부분 ORM 기술이 존재한다.

&amp;nbsp;
ORM 장점

SQL문이 아닌 Method를..</description>
      <category>Java</category>
      <author>프로그래머보이</author>
      <guid isPermaLink="true">https://spot.tistory.com/3</guid>
      <comments>https://spot.tistory.com/entry/JPA-Java-Persistence-API#entry3comment</comments>
      <pubDate>Thu, 13 Oct 2022 09:46:17 +0900</pubDate>
    </item>
    <item>
      <title>Querydsl 설정 방법</title>
      <link>https://spot.tistory.com/entry/Querydsl-%EC%84%A4%EC%A0%95-%EB%B0%A9%EB%B2%95</link>
      <description>Querydsl 설정 방법
공식 문서에는 Gradle에 대한 내용이 누락되어 있으며, 실제로 QueryDSL 설정 방법은 Gradle 및 IntelliJ 버전에 따라 상이
(1) gradle.build
**// 1. queryDsl version 정보 추가**
buildscript {
    ext {
        **queryDslVersion = &quot;5.0.0&quot;**
    }
}

plugins {
    id 'org.springframework...</description>
      <category>Java</category>
      <author>프로그래머보이</author>
      <guid isPermaLink="true">https://spot.tistory.com/2</guid>
      <comments>https://spot.tistory.com/entry/Querydsl-%EC%84%A4%EC%A0%95-%EB%B0%A9%EB%B2%95#entry2comment</comments>
      <pubDate>Thu, 6 Oct 2022 10:59:57 +0900</pubDate>
    </item>
    <item>
      <title>Querydsl 특징</title>
      <link>https://spot.tistory.com/entry/Querydsl-%ED%8A%B9%EC%A7%95</link>
      <description>2. Querydsl 특징
(1) Querydsl의 특징
Spring Data JPA가 기본적으로 제공해주는 CRUD 메서드 및 쿼리 메서드 기능을 사용하더라도, 원하는 조건의 데이터를 수집하기 위해서는 필연적으로 JPQL을 작성하게 됩니다. 간단한 로직을 작성하는데 큰 문제는 없으나, 복잡한 로직의 경우 개행이 포함된 쿼리 문자열이 상당히 길어집니다.
JPQL 문자열에 오타 혹은 문법적인 오류가 존재하는 경우, 정적 쿼리라면 어플리케이션 로딩 시점에 ..</description>
      <category>Java</category>
      <author>프로그래머보이</author>
      <guid isPermaLink="true">https://spot.tistory.com/1</guid>
      <comments>https://spot.tistory.com/entry/Querydsl-%ED%8A%B9%EC%A7%95#entry1comment</comments>
      <pubDate>Thu, 6 Oct 2022 10:57:39 +0900</pubDate>
    </item>
  </channel>
</rss>