embeddable1 [JPA] Jakarta Spec(JSR 338) - (3)Embeddable Classes [이전글] [JPA] Jakarta Spec(JSR 338) - (1)Entity, Field, Access Type [JPA] Jakarta Spec(JSR 338) - (2)기본 키(PK) 및 Entity ID Embeddable Classes (`@Embeddable` annotated classes) Embeddable 클래스는 @Embeddable 어노테이션을 명시해야 한다 @Embeddable 어노테이션을 명시한 클래스는 @Entity 어노테이션을 명시할 수 없다 Embeddable 클래스는 자체 식별성을 가지지 않는다 Embeddable 클래스는 보통 소속된 Entity의 property 중 일부로 존재한다 Embeddable 클래스는 Map의 Key와 Value로 사용될 수 있다 Emb.. 2023. 8. 27. 이전 1 다음 반응형