📘
Dev wiki
  • 😀README
  • HTTP
    • HTTP의 이해
    • HTTP client
    • HTTP server
    • Java HTTP Server
    • Spring HTTP Server by MVC
  • REST API
    • REST API
    • URI & MIME type
    • Collection Pattern
    • Rest API & Collection Pattern 적용
  • DTO & JSON & CORS
    • DTO?
    • 직렬화
    • Jackson ObjectMapper
    • CORS
  • Layered Architecture
    • Layered Architecture
    • Data Access
    • Domain Model
  • Dependency Injection
    • Dependency Injection
    • Unit test
    • Spring test
    • TDD
  • Database
    • Database
    • Relational Model
    • Relational Algerbra
    • Entity-Relationship Model
    • JDBC
    • JdbcTemplate
  • JPA
    • ORM
    • Hibernate
    • Embeddable
    • Relationship Mapping
    • Spring Data JPA
Powered by GitBook
On this page
  • Spring Data JPA
  • Dao 와 Repository 차이
  • JPA Repository와 DDD의 Repository
  • Spring AOP
  • @Transactional
  1. JPA

Spring Data JPA

Spring Data JPA

Dao 와 Repository 차이

JPA Repository와 DDD의 Repository

Spring AOP

@Transactional

PreviousRelationship Mapping

Last updated 2 years ago