HHH-14744 : Refactor contextual information for SchemaManagementTool to be more easily extended by Hibernate Reactive

Correct specifications for row order of some ResultSets.
This commit is contained in:
Gail Badner 2021-08-03 16:58:35 -07:00 committed by Sanne Grinovero
parent 95ef2ae41d
commit 42b8be7852
1 changed files with 3 additions and 2 deletions

View File

@ -1048,8 +1048,9 @@ public abstract class AbstractInformationExtractorImpl implements InformationExt
* {@link DatabaseMetaData#tableIndexStatistic}
* </li>
* </ul>
* The ResultSet must be ordered by non-uniqueness, index type,
* index name, and index column position.
* The ResultSet must be ordered so that the columns for a
* particular index are in contiguous rows in order of column
* position.
* </li>
* <li> execute {@code processor.process( resultSet )};</li>
* <li>