完美解决hibernatetool oracle注释问题 (三)

2014-11-24 10:53:15 · 作者: · 浏览: 3
Table.qualify(catalog, schema, table)+query.toString(), null);
}
};
} catch (SQLException e) {
throw getSQLExceptionConverter().convert(e, "Error while reading column meta data for " + Table.qualify(catalog, schema, table)+query.toString(), null);
}
}