Hibernate-JPA Index 索引方法

第一种:

@Index(name = "IDX_OPENID",columnNames = "openId")

@Index 的方法作用在方法和field上面