Examples of StatisticsImpl


Examples of org.hibernate.stat.StatisticsImpl

   * @param sf session factory to register
   */
  public void setSessionFactory(SessionFactory sf) {
    this.sf = sf;
    if (sf == null) {
      stats = new StatisticsImpl();
    }
    else {
      stats = sf.getStatistics();
    }
   
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.