Do I need to put @Index even if I am marked with @Column (unique = true)?
I have a property that will be often used to retrieve an object and wants to make it an index column in the database. So this property is already marked with @Column (unique = true), do I need to put @Index?
thank
user430830
source
share