293031323334353637
GrauEscolar ge2 = this.geRep.pesquisarGrauEscolarPorDescricao(ge.getDescricao()); if(ge2 == null){ this.geRep.salvarGrauEscolar(ge); }else{ throw new GrauEscolarJaCadastradoException("Grau Escolar já cadastrado!"); } }
5152535455565758
GrauEscolar ge2 = this.geRep.pesquisarGrauEscolarPorDescricao(ge.getDescricao()); if(ge2 == null){ this.geRep.alterarGrauEscolar(ge); }else{ throw new GrauEscolarJaCadastradoException("Grau Escolar já cadastrado!"); } }