[hibernate-commits] [hibernate/hibernate-core] bfa3a0: HHH-5843 - Avoid useless branches during HQL parsi...

noreply at github.com noreply at github.com
Wed Jan 19 04:40:22 EST 2011


Branch: refs/heads/3.6
Home:   https://github.com/hibernate/hibernate-core

Commit: bfa3a0e32bf6df48519cf5d261ce1995d4bd43b2
    https://github.com/hibernate/hibernate-core/commit/bfa3a0e32bf6df48519cf5d261ce1995d4bd43b2
Author: Sanne Grinovero <sanne at hibernate.org>
Date:   2011-01-19 (Wed, 19 Jan 2011)

Changed paths:
  M core/src/main/java/org/hibernate/hql/ast/HqlParser.java
  M core/src/main/java/org/hibernate/hql/ast/HqlSqlWalker.java
  M core/src/main/java/org/hibernate/hql/ast/SqlGenerator.java

Log Message:
-----------
HHH-5843 - Avoid useless branches during HQL parsing when trace logging is disabled


Commit: 3cfb1904e53909b1067bd71c62216bdf317e283c
    https://github.com/hibernate/hibernate-core/commit/3cfb1904e53909b1067bd71c62216bdf317e283c
Author: Hardy Ferentschik <hardy at ferentschik.de>
Date:   2011-01-19 (Wed, 19 Jan 2011)

Changed paths:
  M core/src/main/java/org/hibernate/type/descriptor/sql/BasicBinder.java

Log Message:
-----------
HHH-5843 Adding a log.isTraceEnabled call before the actual log call

Not really related to the HQL parsing, but it is also a small logging performance change




More information about the hibernate-commits mailing list