Class IndexInformationImpl
java.lang.Object
org.hibernate.tool.schema.extract.internal.IndexInformationImpl
- All Implemented Interfaces:
IndexInformation
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionIndexInformationImpl(Identifier indexIdentifier, List<ColumnInformation> columnList) -
Method Summary
Modifier and TypeMethodDescriptionstatic IndexInformationImpl.Builderbuilder(Identifier indexIdentifier) Obtain the columns indexed under this index.Obtain the identifier for this index.
-
Constructor Details
-
IndexInformationImpl
-
-
Method Details
-
getIndexIdentifier
Description copied from interface:IndexInformationObtain the identifier for this index.- Specified by:
getIndexIdentifierin interfaceIndexInformation- Returns:
- The index identifier.
-
getIndexedColumns
Description copied from interface:IndexInformationObtain the columns indexed under this index. Returned in sequential order.- Specified by:
getIndexedColumnsin interfaceIndexInformation- Returns:
- The columns
-
builder
-