Uses of Class
org.hibernate.mapping.Index

Packages that use Index
org.hibernate.mapping   
 

Uses of Index in org.hibernate.mapping
 

Methods in org.hibernate.mapping that return Index
 Index Table.addIndex(Index index)
           
 Index Table.getIndex(String indexName)
           
 Index Table.getOrCreateIndex(String indexName)
           
 

Methods in org.hibernate.mapping with parameters of type Index
 Index Table.addIndex(Index index)