Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagexml
titleHibernate configuration file for Oracle® databaseexample
collapsetrue
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<hibernate-configuration>
 <session-factory>
  ...
  <property name="hibernate.hikari.maximumPoolSize">10</property>
  ...
 </session-factory>
</hibernate-configuration>

...

Code Block
languagexml
titleHibernate configuration file for Oracle® databaseexample
collapsetrue
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<hibernate-configuration>
 <session-factory>
  ...
  <property name="hibernate.jdbc.fetch_size">100</property>
  ...
 </session-factory>
</hibernate-configuration>

...