throw new RuntimeException(sqle);
}
}
private void initSequences(Connection connection) throws SQLException {
SequenceSupport ss = dialect.getSequenceSupport();
if (null == ss) return;
String sql = ss.getQuerySequenceSql();
if (sql != null) {
Statement statement = null;
ResultSet rs = null;
try {
statement = connection.createStatement();