reference2.setValueParent("value parent2");
user2.setReference(reference2);
this.admin.save(user2);
AnotherClass another = new AnotherClass();
another.setMount(55.35);
another.setProperty("son name");
another.setDescription("parent description");
this.admin.save(another);
CompleteQuery query = new CompleteQuery();
query.setName("diego sarmentero");
query.setSalary(3500.50);