Hibernate error: cannot resolve table
- by Roman
I'm trying to make work the example from hibernate reference.
I've got simple table Pupil with id, name and age fields. I've created correct (as I think) java-class for it according to all java-beans rules.
I've created configuration file - hibernate.cfg.xml, just like in the example from reference.
I've created hibernate mapping for one class…