Uses of Class
org.hibernate.annotations.Index
-
Packages that use Index Package Description org.hibernate.annotations Package containing all Hibernate's specific annotations.org.hibernate.cfg org.hibernate.cfg.annotations -
-
Uses of Index in org.hibernate.annotations
Methods in org.hibernate.annotations that return Index Modifier and Type Method Description Index[]indexes()Deprecated.useTable.indexes()orSecondaryTable.indexes() -
Uses of Index in org.hibernate.cfg
Methods in org.hibernate.cfg with parameters of type Index Modifier and Type Method Description voidAnnotatedColumn. addIndex(Index index, boolean inSecondPass) -
Uses of Index in org.hibernate.cfg.annotations
Methods in org.hibernate.cfg.annotations with parameters of type Index Modifier and Type Method Description static voidTableBinder. addIndexes(Table hibTable, Index[] indexes, MetadataBuildingContext buildingContext)
-