Hibernate unable to instantiate default tuplizer - cannot find getter

后端 未结 7 595
醉梦人生
醉梦人生 2021-01-01 17:41

I\'m trying to use Hibernate to persist a class that looks like this:

public class Item implements Serializable, Comparable {

// Item id
private         


        
相关标签:
7条回答
  • 2021-01-01 18:32

    It came to me once without any typos. I've added javassist.jar to classpath and it solved the problem.

    0 讨论(0)
提交回复
热议问题