Uses of Interface
de.akquinet.jbosscc.guttenbase.meta.IndexMetaData
-
-
Uses of IndexMetaData in de.akquinet.jbosscc.guttenbase.export.zip
Methods in de.akquinet.jbosscc.guttenbase.export.zip with parameters of type IndexMetaData Modifier and Type Method Description ZipIndexMetaDataWriterZipIndexMetaDataWriter. writeIndexMetaDataEntry(IndexMetaData indexMetaData) -
Uses of IndexMetaData in de.akquinet.jbosscc.guttenbase.meta
Subinterfaces of IndexMetaData in de.akquinet.jbosscc.guttenbase.meta Modifier and Type Interface Description interfaceInternalIndexMetaDataExtension for internal access.Methods in de.akquinet.jbosscc.guttenbase.meta that return IndexMetaData Modifier and Type Method Description IndexMetaDataTableMetaData. getIndexMetaData(String indexName)Methods in de.akquinet.jbosscc.guttenbase.meta that return types with arguments of type IndexMetaData Modifier and Type Method Description List<IndexMetaData>TableMetaData. getIndexes()List<IndexMetaData>TableMetaData. getIndexesContainingColumn(ColumnMetaData columnMetaData)Methods in de.akquinet.jbosscc.guttenbase.meta with parameters of type IndexMetaData Modifier and Type Method Description voidInternalTableMetaData. addIndex(IndexMetaData indexMetaData) -
Uses of IndexMetaData in de.akquinet.jbosscc.guttenbase.meta.impl
Classes in de.akquinet.jbosscc.guttenbase.meta.impl that implement IndexMetaData Modifier and Type Class Description classIndexMetaDataImplInformation about index in table.Methods in de.akquinet.jbosscc.guttenbase.meta.impl that return IndexMetaData Modifier and Type Method Description IndexMetaDataTableMetaDataImpl. getIndexMetaData(String indexName)Methods in de.akquinet.jbosscc.guttenbase.meta.impl that return types with arguments of type IndexMetaData Modifier and Type Method Description List<IndexMetaData>TableMetaDataImpl. getIndexes()List<IndexMetaData>TableMetaDataImpl. getIndexesContainingColumn(ColumnMetaData columnMetaData)Methods in de.akquinet.jbosscc.guttenbase.meta.impl with parameters of type IndexMetaData Modifier and Type Method Description voidTableMetaDataImpl. addIndex(IndexMetaData indexMetaData)intIndexMetaDataImpl. compareTo(IndexMetaData that) -
Uses of IndexMetaData in de.akquinet.jbosscc.guttenbase.tools.schema
Methods in de.akquinet.jbosscc.guttenbase.tools.schema with parameters of type IndexMetaData Modifier and Type Method Description StringSchemaScriptCreatorTool. createIndex(IndexMetaData indexMetaData) -
Uses of IndexMetaData in de.akquinet.jbosscc.guttenbase.tools.schema.comparison
Methods in de.akquinet.jbosscc.guttenbase.tools.schema.comparison that return IndexMetaData Modifier and Type Method Description IndexMetaDataIndexIssue. getIndexMetaData()Constructors in de.akquinet.jbosscc.guttenbase.tools.schema.comparison with parameters of type IndexMetaData Constructor Description DuplicateIndexIssue(String message, IndexMetaData indexMetaData)IndexIssue(String message, SchemaCompatibilityIssueType type, IndexMetaData indexMetaData)MissingIndexIssue(String message, IndexMetaData indexMetaData)
-