InhaBas / Inhabas.com-api

인하대학교 빅데이터 동아리 IBAS 웹
https://www.inhabas.com
9 stars 12 forks source link

ContestBoard Entity에 @DiscriminatorValue 추가 #73

Closed Mingyum-Kim closed 2 years ago

Mingyum-Kim commented 2 years ago

Object [id=86] was not of the specified subclass [com.inhabas.api.domain.board.NormalBoard] : Discriminator: Normal; nested exception is org.hibernate.WrongClassException: Object [id=86] was not of the specified subclass [com.inhabas.api.domain.board.NormalBoard] : Discriminator: Normal

오류를 해결하기 위해 NormalBoard에서 상속받은 ContestBoard에 @DiscriminatorValue 어노테이션을 추가한다.