defaultStatementTimeout (iBATIS versions 2.2.0 and later)
This setting is an integer value that will be applied as the JDBC query
timeout for all statements. This value can be overridden with the
“statement” attribute of any mapped statement. If not specified, no
query timeout will be set unless specified on the “statement” attribute
of a mapped statement. The specified value is the number of seconds
the driver will wait for a statement to finish. Note that not all drivers

support this setting.


+ Recent posts