Most of the time I would use the id for equals and hashCode in an @Entity @Override public boolean equals(Object o) { if (this == o) { return true; } ...
確定! 回上一頁