if (entity != null) {
entity.setInfoAdicional(p.getInfoAdicional());
entity.setNombre(p.getNombre());
}
Patrulla patrulla = null;
if (p.getPatrullas() != null) {
if (p.getPatrullas().getId() != null) {
patrulla = (Patrulla) currentSession.load(Patrulla.class, p
.getPatrullas().getId());
} else {