Hey,
I have the following error making an object persist:
Code:
javax.persistence.PersistenceException: org.hibernate.PropertyNotFoundException: Could not find a setter for property bankId in class com.presseinfo.netful.model.bank.Bank
Caused by: javax.persistence.PersistenceException: org.hibernate.PropertyNotFoundException: Could not find a setter for property bankId in class com.presseinfo.netful.model.bank.Bank
But my class Bank HAS a setter for property bankId.
So I wondered if there is a sort of generated cache in hibernate, because I dont see any other Bank class with no setter.
thx