Say I have a primary key with two columns (a, b). Will Hibernate create a singular index on both columns as well?
example output: index on a index on b index on (a,b)
visit : http://www.objectdb.com/java/jpa/entity/index
How to define index by several columns in hibernate entity?