Uses of Class
org.hibernate.annotations.Index

Packages that use Index
org.hibernate.cfg   
org.hibernate.cfg.annotations   
 

Uses of Index in org.hibernate.cfg
 

Methods in org.hibernate.cfg with parameters of type Index
 void Ejb3Column.addIndex(Index index)
           
 

Uses of Index in org.hibernate.cfg.annotations
 

Methods in org.hibernate.cfg.annotations with parameters of type Index
static void TableBinder.addIndexes(org.hibernate.mapping.Table hibTable, Index[] indexes, ExtendedMappings mappings)