hibernate的hbm檔案生成問題

lzmch發表於2003-07-24
我有一個基於informix的資料庫,想根據該資料庫生成hbm檔案,不希望用手工
去寫,因為表太多。
想問一下大家都用什麼工具。我用middlegen,將所需要的引數改完後,執行ant後,報以下問題:

<p class="indent">[middlegen] Database URL:jdbc:informix-sqli://xx.xx.xx.xx:xxxx/my_database:INF
ORMIXSERVER=online
<p class="indent">[middlegen] No <table> elements specified. Reading all tables. This might take a
 while...

BUILD FAILED
file:E:/hibernate-2.0/mid/build.xml:195: middlegen.MiddlegenException: Middlegen
 successfully connected to the database, but couldn't find any tables. Perhaps t
he specified schema or catalog is wrong? -Or maybe there aren't any tables in th
e database at all?

Total time: 1 second
<p class="indent">

相關文章