Class NameSpaceIndexesInformation
java.lang.Object
org.hibernate.tool.schema.extract.spi.NameSpaceIndexesInformation
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addIndexInformation
(TableInformation tableInformation, IndexInformation indexInformation) @Nullable List
<IndexInformation> getIndexesInformation
(String tableName) @Nullable List
<IndexInformation> getIndexesInformation
(Table table)
-
Constructor Details
-
NameSpaceIndexesInformation
-
-
Method Details
-
addIndexInformation
public void addIndexInformation(TableInformation tableInformation, IndexInformation indexInformation) -
getIndexesInformation
-
getIndexesInformation
-