Exemplo n.º 1
0
 public Visita(Object id) {
   this.id = TypesUtil.getDefaultLong(id);
 }
Exemplo n.º 2
0
 public Usuario(Object id) {
   this.id = TypesUtil.getDefaultLong(id);
 }