WARN (SqlExceptionHelper.java:233) - Unknown column 'EditedOn' in 'field list'
Solution :
1) In hibernate check the entity class.
2) In table check the column names.
3) Compare both the entity and column name.
4.Caused due to spelling mistake.
Solution :
1) In hibernate check the entity class.
2) In table check the column names.
3) Compare both the entity and column name.
4.Caused due to spelling mistake.
No comments:
Post a Comment