Examples of EscolaParceiraPK


Examples of br.ufra.pibid.modelo.entidade.EscolaParceiraPK

            rn.salvar(inst);
        }
        for (InstituicaoEnsBasico inst : estaonoprojeto) {

            inst.setStatus(1);
            espPK = new EscolaParceiraPK();
            espPK.setInstituicaoEnsBasico(inst.getId());
            espPK.setProjeto(projeto.getId());
            escolaparceira.setEscolaParceiraPK(espPK);
            rn.salvar(inst);
            eprn.salvar(escolaparceira);
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.