问题解决,是deepCopy方法没写好。
数据库是mysql5.0。
由于用户表有很多跟用户相关的数据,但是平时查询不作为条件使用,所以我设置了一个text字段Properties用于记录用户的一些信息,比如电话号码身份证等等。
public class ApplicationUserProperties implements Serializable
{
private String identityName = null;
private String identityCode = null;
private boolean identityH ...







评论排行榜