摘要: 1. 实体类 1 public class Person implements Serializable{ 2 private static final long serialVersionUID = -8288372263345673367L; 3 private String id; 4 pri 阅读全文
posted @ 2022-08-19 14:53 群狼之龙 阅读(1477) 评论(0) 推荐(0)
摘要: 1.使用@Indexed注解 在字段上使用@Indexed注解,为该字段申请索引。 public class people{ @Indexed(value=IndexDirection.ASC,name="ind",unique=true,dropDups=ture) private String 阅读全文
posted @ 2022-08-19 14:26 群狼之龙 阅读(2309) 评论(0) 推荐(0)