Examples of avaliacaoHibernate()


Examples of br.com.pgxp.statixnate.business.implementation.Performance.avaliacaoHibernate()

  try {

      Date data = Data.parseDateHour(Data.parseDateHour(Data.getDataAtual()).substring(0, 10) + " 00:00:00:000");
     
      Performance perf = new Performance();
      perf.avaliacaoHibernate(HibernateUtil.currentSessionFactory().getStatistics(), false, CICLO, TEMPO, "e-Car " +Data.parseDateHourMinuteSecond(Data.getDataAtual()).toString());

      org.apache.log4j.Logger.getLogger(this.getClass()).info("Verificando performance" + Data.getDataAtual() + " " + Data.getHoraAtual(true));
     
  } catch (Exception e) {
      org.apache.log4j.Logger.getLogger(this.getClass()).error(e);
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.