Polishing

This commit is contained in:
Juergen Hoeller
2017-02-16 15:37:31 +01:00
parent 9543384d9e
commit 8d707eb530
4 changed files with 52 additions and 38 deletions

View File

@@ -74,9 +74,8 @@ public interface SimpleJdbcInsertOperations {
/**
* Include synonyms for the column meta data lookups via JDBC.
* Note: this is only necessary to include for Oracle since other
* databases supporting synonyms seems to include the synonyms
* automatically.
* <p>Note: This is only necessary to include for Oracle since other databases
* supporting synonyms seems to include the synonyms automatically.
* @return the instance of this SimpleJdbcInsert
*/
SimpleJdbcInsertOperations includeSynonymsForTableColumnMetaData();