Branch: refs/heads/4.1
Home:
https://github.com/hibernate/hibernate-orm
Commit: b130e7e430e4c3f9d2c7e84a12788f3b77b1ad46
https://github.com/hibernate/hibernate-orm/commit/b130e7e430e4c3f9d2c7e84...
Author: brmeyer <brmeyer(a)redhat.com>
Date: 2012-10-08 (Mon, 08 Oct 2012)
Changed paths:
M
hibernate-core/src/main/java/org/hibernate/tuple/component/PojoComponentTuplizer.java
M hibernate-core/src/main/java/org/hibernate/type/ComponentType.java
A hibernate-core/src/test/java/org/hibernate/test/querycache/CompositeKey.java
A
hibernate-core/src/test/java/org/hibernate/test/querycache/EntityWithCompositeKey.java
A
hibernate-core/src/test/java/org/hibernate/test/querycache/EntityWithStringCompositeKey.java
M hibernate-core/src/test/java/org/hibernate/test/querycache/QueryCacheTest.java
A hibernate-core/src/test/java/org/hibernate/test/querycache/StringCompositeKey.java
Log Message:
-----------
HHH-4459 Query with Composite Primary Key parameter crashes when query
cache is on