I am trying to map 2 classes in hibernate with @Type
annotation.
I read great amount of publication that say to use @Type(type = "")
, but when I use it I got next:
I tried to use attribute value, with declaring class but it also didn't work:
I am trying to map 2 classes in hibernate with @Type
annotation.
I read great amount of publication that say to use @Type(type = "")
, but when I use it I got next:
I tried to use attribute value, with declaring class but it also didn't work: