I have an sql query as follows:
List employees = getCurrentSession()
.createSQLQuery(
\"select\"
It might be related to how ( and if ) you configured your NamingStrategy
http://matthew.mceachen.us/blog/hibernate-naming-strategies-20.html
or
if you're using MySQL to weather or not you've enabled case sensitive table/column names http://dev.mysql.com/doc/refman/5.0/en/identifier-case-sensitivity.html