我在对复合主键中的列进行排序时遇到问题。我有一个包含以下内容的表格:@EmbeddablepublicclassMessageInfoimplementsSerializable{privatebyteloc;privatelongepochtime;@Column(name="loc")publicbytegetLoc(){returnloc;}@Column(name="epochtime")publiclonggetEpochtime(){returnepochtime;}}在这个映射中使用:@MappedSuperclass@Inheritance(strategy=Inher