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.Builder
builder
(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:IndexInformation
Obtain the identifier for this index.- Specified by:
getIndexIdentifier
in interfaceIndexInformation
- Returns:
- The index identifier.
-
getIndexedColumns
Description copied from interface:IndexInformation
Obtain the columns indexed under this index. Returned in sequential order.- Specified by:
getIndexedColumns
in interfaceIndexInformation
- Returns:
- The columns
-
builder
-