Hi all, im developing a java swing app and i would use hibernate for persistance. Im totally new in jpa, hibernate and ORM in general.
Im follow this tutorial, its easy but the problem is the java class that descrive a table in db are made from the table with reverse enginering.
I want do the opposite process: i want make db table from the java class.
The question is, how can i do this with netbeans? There are some tutorial?