πŸ“˜
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
  • Aggregate Mapping
  • Value Object
  • JPA μ–΄λ…Έν…Œμ΄μ…˜
  1. JPA

Embeddable

Aggregate Mapping

Value Object

JPA μ–΄λ…Έν…Œμ΄μ…˜

  • @Entity

  • @Table

  • @Id

  • @Embeddable

  • @Embedded

PreviousHibernateNextRelationship Mapping

Last updated 2 years ago