My Experience with hibernate, Errors and stack trace of frequent errors of Hibernate
Wednesday, March 20, 2013
Could not load an entity
org.hibernate.exception.SQLGrammarException: could not load an entity:
Problem is probably with the naming mapping with table , please check the "@Entity" and @Table(name="Table Name here as it is in the table") annotation.
No comments:
Post a Comment