Exemplo n.º 1
0
 public int hashCode() {
   // a NPE can occurs, but I don't expect hashcode to be used before pk is set
   return id.hashCode();
 }