DataAccessException
is a generic {@link RuntimeException}indicating that something went wrong while executing a SQL statement from jOOQ. The idea behind this unchecked exception is borrowed from Spring's JDBC's DataAccessException
@author Sergey Epik - Merged into jOOQ from Spring JDBC Support
@author Lukas Eder
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|