I\'m trying to map some Java classes using the Hibernate JPA implementation. My problem is that I can\'t use hardcoded Strings als column namens. You can see the error messa
Just for anyone else whom this didn't solve and comes across via google (like myself) .. setting the table name via the @Table Annotation fixed it for me.