Uses of Class
org.hibernate.mapping.Index
-
Packages that use Index Package Description org.hibernate.dialect org.hibernate.mapping -
-
Uses of Index in org.hibernate.dialect
Methods in org.hibernate.dialect that return types with arguments of type Index Modifier and Type Method Description Exporter<Index>Dialect. getIndexExporter()Exporter<Index>Teradata14Dialect. getIndexExporter() -
Uses of Index in org.hibernate.mapping
Methods in org.hibernate.mapping that return Index Modifier and Type Method Description IndexTable. addIndex(Index index)IndexTable. getIndex(String indexName)IndexTable. getOrCreateIndex(String indexName)Methods in org.hibernate.mapping that return types with arguments of type Index Modifier and Type Method Description Iterator<Index>Table. getIndexIterator()Methods in org.hibernate.mapping with parameters of type Index Modifier and Type Method Description IndexTable. addIndex(Index index)
-