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:
parent
95ef2ae41d
commit
42b8be7852
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue