114115116117118119120121122123124
{ IdentityColumnSupport support = cluster.getDialect().getIdentityColumnSupport(); if (support != null) { String table = support.parseInsertTable(sql); if (table != null) { TableProperties tableProperties = this.getDatabaseProperties().findTable(table);