Hello,
I am using hibernate3 with hibernate tools. There is something that I quite did not understand:
I have a persistent class, and the corresponding mapping document.
Then I make my console configuration, click "create session factory" - I then get a treeview that has "Mapped entities" (There is none, is just by itself there)
When I right click on console configuration and hit "run Schema Export"
is this supposed to create tables on the database? it certainly tries to connect to the database, but I have tested numerous times and it did not create any tables, nor returned an error.
I need to know if it is my hbm.xml not configured allright, or this tool does not do what I need to?
Best Regards,
-O.B.
|