Package org.orm.* does not exist

Hello everybody! I’m quite new in this stuff and I’m having some problems. I’ve tried to solve them searching in google and here in the forum but can’t find the answer.

I designed my ERD, set up all the environment (database connection, usr, pwd, et…) and used the wizard to generate the java code. Everything went apparently well but the code include some imports which doesn’t work and that I can’t fix. It can’t find the package org.orm. What’s that? Where is it?

I “fixed” some of them using Session instead of PersistentSession and changing the org.orm import for org.hibernate.Session but don’t know how terrible is that…

Can you help me?

Thank you in advance :wink: