Examples of SubAreaSare


Examples of ecar.pojo.SubAreaSare

          sql = "select subfuncao from SubAreaSare subfuncao where subfuncao.codigoIdentSare = :codIdentSubFunc";
          q = this.session.createQuery(sql);
          q.setLong("codIdentSubFunc", Long.valueOf(codIdentSubFunc).longValue());
          q.setMaxResults(1);
         
        SubAreaSare subFuncao = (SubAreaSare) q.uniqueResult();
          if(subFuncao == null)
            throw new ECARException("subFuncao Nulo");
        iett.setSubAreaSare(subFuncao);
               
                /* Salvando item */
 
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.