본문 바로가기

JAVA/JAVA

[ JAVA ] org.hibernate.HibernateException: Unsupported property type for generator annotation ..

간단하게 이야기해서, java.security.Timestamp 는 해당 어노테이션을 지원하지 않는다는 이야기의 에러이다.

 

import java.sql.Timestamp;

기존 java.security.Timestamp 를 위와 같이 변경해줌으로써, 해당 에러해결이 가능하다.