[hibernate-commits] [hibernate/hibernate-core] 2a1569: ColumnName cache now uses a map which supports mul...

noreply at github.com noreply at github.com
Thu Sep 15 12:26:24 EDT 2011


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

  Commit: 2a15694fa115ae4d3784ff0fd58ab1b61cf34413
      https://github.com/hibernate/hibernate-core/commit/2a15694fa115ae4d3784ff0fd58ab1b61cf34413
  Author: CodingFabian <lange.fabian at gmail.com>
  Date:   2011-09-15 (Thu, 15 Sep 2011)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/engine/jdbc/ColumnNameCache.java

  Log Message:
  -----------
  ColumnName cache now uses a map which supports multithreaded access.
The implementation now uses ConcurrentHashMap which provides faster multithreaded gets and safe writes.




More information about the hibernate-commits mailing list