orm でテーブルを削除/作成しようとしていますが、状況に直面しています:
テーブルを削除/作成しようとすると、テーブルが作成されているのにデータが表示されます。データを含むが運がないSQLがあります。ドロップ/作成時にインポートする必要があるSQLの適切な定義があります。
this.ormsettings = {autorebuild="false"};
this.ormsettings.dialect= "oracle10g";
this.ormsettings.logsql="true";
this.ormSettings.dbCreate = "dropcreate"; //"dropcreate";
this.ormsettings.sqlscript="mydata.sql";
this.ormsettings.eventhandling=true;
this.ClientManagement="No";
this.sessionmanagement = true;
this.sessiontimeout = createTimeSpan(0,2,0,0);
休止状態のログ ファイルを見ると、次の行が表示されます。Google で調べたところ、このログの行は非常に一般的であり、誰もコメントしていないため、意味がないと思います。
私が持っている唯一の手がかり:
</pre>08/16 11:22:00 [jrpp-3] HIBERNATE DEBUG - import file not found: /import.sql
何か案は?