I\'m trying to use Hibernate to persist a class that looks like this:
public class Item implements Serializable, Comparable { // Item id private
Pay attention to method name,It is case sensitive!
In my case,it could not recognize getter very well; my property name was uId and I used getUId name for getter name and when I changed it to getuId problem solved!
uId
getUId
getuId