Uses of Class
org.hibernate.tool.schema.extract.internal.IndexInformationImpl.Builder
-
Packages that use IndexInformationImpl.Builder Package Description org.hibernate.tool.schema.extract.internal Implementation of the SPI for schema information extraction from the database via JDBC. -
-
Uses of IndexInformationImpl.Builder in org.hibernate.tool.schema.extract.internal
Methods in org.hibernate.tool.schema.extract.internal that return IndexInformationImpl.Builder Modifier and Type Method Description IndexInformationImpl.BuilderIndexInformationImpl.Builder. addColumn(ColumnInformation columnInformation)static IndexInformationImpl.BuilderIndexInformationImpl. builder(Identifier indexIdentifier)
-