Package br.ufra.pibid.modelo.entidade

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

Related Classes of br.ufra.pibid.modelo.entidade.EscolaParceiraPK

Copyright © 2018 www.massapicom. 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.