Reputation: 21
I have a problem to configure Hibernate in NetBeans 8.1 .
I have created :
and hibernateConfig :
and model.beans / mapping files :
Upvotes: 0
Views: 752
Reputation: 1967
from the error mentioned it says,
ClassCastExcpetion : floattype
cannot be cast to version
type
please change field datatype mapped to @version from float
to int
.
Upvotes: 0