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
You have to associate your data source (create a data source in database view first - aka your real JDBC database connection) with a persistence unit or session factory (hibernate.cfg.xml).
Follow below steps and the warnings will disappear:
See here: Associating data sources with session factories and persistence units