标签: spring-data-jpa spring-data primary-key
使用@Id指定一个字段作为主键时,至少在使用MySQL时,结果是BTREE索引。如何将其设置为HASH索引?
@Id
BTREE