The build descriptor option sqlCommitControl allows generation of a Java™ runtime property that specifies whether a commit occurs after every change to the default database.
The property (vgj.jdbc.default.database.autoCommit) is generated only if the build descriptor option genProperties is also set to PROGRAM or GLOBAL. You can set the Java runtime property at deployment time regardless of your decision at generation time.
For details on the rules of commit and rollback in this case, see Logical unit of work.
Related concepts
Build descriptor options
Java runtime properties
Related reference
Build descriptor options
Default database
genProperties