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 Index
Table. addIndex(Index index)
Index
Table. getIndex(java.lang.String indexName)
Index
Table. getOrCreateIndex(java.lang.String indexName)
Methods in org.hibernate.mapping that return types with arguments of type Index Modifier and Type Method Description java.util.Iterator<Index>
Table. getIndexIterator()
Methods in org.hibernate.mapping with parameters of type Index Modifier and Type Method Description Index
Table. addIndex(Index index)
-