I have a table that has a well defined index, what I understand from
org.hiber....table(appliesTo="tableName", indexes={@Index(name=" ",columnNames=" "})})
is that it creates an index, now will doing this and mentioning the column names used in the actual oracle DB index give me the optimal results or is the Index never used ? How do i use the index explicitly in HQL ? Also how do i ascertain the index is being used ?