Hi there,
I am new to Hibernate and am quite impressed by it when using it with e.g. PostgreSQL. However, I would like to use it for a small project at work, where the database system is Oracle Rdb. Therefore I am trying to create a new Dialect.
When I run the junitreport target, I can see, that Hibernate opens the connections to the database and starts to query it, but it seems as if it doesn't create any of the test tables in the database.
I seeked through FAQ's, Wiki, Documentation and Forums, but I can't find any more information about the steps necessary to do more as just running ant.
So my question is: how do I create the tables? Shouldn't they be created automatically?
Any help is appreciated!
Matthias
|