I have an error that I could not solve, I started my project and it runs right. When I access the project via the web, I log in and it enters. When I click on any button, it gives this error below:
Hibernate:
select
person0_.id as id1_3_,
person0_.accessUserName as accessUs2_3_,
person0_.hourPay as hourPay3_3_,
person0_.name as name4_3_,
person0_.version as version5_3_
from
Person person0_
where
person0_.accessUserName=?
Error:
2017-01-10 11: 46: 32,889 [http-bio-8080-exec-1] ERROR org.hibernate.engine.jdbc.spi.SqlExceptionHelper - ERROR: column person0_.accessusername does not exist Tip: Perhaps you meant to reference the column "person0_.access_user_name". Position: 31