[hibernate-commits] [hibernate/hibernate-orm] c7c9e4: HHH-11097 - Performance problem if cached entity h...
GitHub
noreply at github.com
Tue Sep 13 18:01:42 EDT 2016
Branch: refs/heads/master
Home: https://github.com/hibernate/hibernate-orm
Commit: c7c9e421454fd6c5c4ac426f39dffe9440a8ba37
https://github.com/hibernate/hibernate-orm/commit/c7c9e421454fd6c5c4ac426f39dffe9440a8ba37
Author: Steve Ebersole <steve at hibernate.org>
Date: 2016-09-13 (Tue, 13 Sep 2016)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/cache/spi/entry/StandardCacheEntryImpl.java
M hibernate-core/src/main/java/org/hibernate/cache/spi/entry/StructuredCacheEntry.java
M hibernate-core/src/main/java/org/hibernate/type/BlobType.java
M hibernate-core/src/main/java/org/hibernate/type/TypeHelper.java
M hibernate-core/src/main/java/org/hibernate/type/descriptor/java/BlobTypeDescriptor.java
M hibernate-core/src/main/java/org/hibernate/type/descriptor/java/ClobTypeDescriptor.java
M hibernate-core/src/main/java/org/hibernate/type/descriptor/java/NClobTypeDescriptor.java
Log Message:
-----------
HHH-11097 - Performance problem if cached entity has attribute state with an expensive toString() method (LOB, etc)
More information about the hibernate-commits
mailing list