4.5. SQLFactory Properties

Some aspects of advanced SQL aren't configured through the DBDictionary, but through the SQLFactory. The kodo.jdbc.SQLFactory configuration property is a plugin string you can use to configure the following parameters:

The defaults for these properties depend on the database in use.

Example 4.8. Configuring SQLFactory Properties

JPA XML format:

<property name="kodo.jdbc.SQLFactory" value="BatchLimit=100, SupportsUnion=true"/>

JDO properties format:

kodo.jdbc.SQLFactory: BatchLimit=100, SupportsUnion=true

 

Skip navigation bar   Back to Top