0
Grails hibernate pluginでhibernate.jdbc.batch_sizeを無効にすることはできますか? (Grails 2.4.x/hibernate 3)Grails hibernate pluginでhibernate.jdbc.batch_sizeをオーバーライドすることはできますか?
もしそうなら、どうですか?
Grails hibernate pluginでhibernate.jdbc.batch_sizeを無効にすることはできますか? (Grails 2.4.x/hibernate 3)Grails hibernate pluginでhibernate.jdbc.batch_sizeをオーバーライドすることはできますか?
もしそうなら、どうですか?
documentationを見るとgrails-app/conf/hibernate
ディレクトリにhibernate.cfg.xml
ファイルを作成できることがわかります。
このファイルを取得したら、好きなように休止状態を設定できます。バッチサイズの設定が含まれます:<property name="hibernate.jdbc.batch_size">10</property>