OK.
Using Netbeans 7.4, I have hand coded a GUI (SE desktop distributable application), created a single table database (Java DB using 'Embedded' connection) and created (via a wizard in Netbeans) the 'Persistence.xml' file (Hibernate 2.0 setting).
As I'm at that stage of creating a (non-CRUD) database application what would be the next steps to take with Hibernate 2.0?
Would it be using NB wizards to create 'Mapping files and POJOs...' and the other Hibernate elements?
Any guidance/advice would be greatly recieved - I'm a little stuck at the moment, relatively new to Java but want to learn to create this application myself.
If there is a document/tutorial that provides these steps, please provide the link.