Branch: refs/heads/master
Home:
https://github.com/hibernate/hibernate-orm
Commit: 665798339da24e0796475e75ac0cb983b635c471
https://github.com/hibernate/hibernate-orm/commit/665798339da24e0796475e7...
Author: andrigtmiller <andy.miller(a)jboss.com>
Date: 2012-05-30 (Wed, 30 May 2012)
Changed paths:
R
hibernate-infinispan/src/main/java/org/hibernate/cache/infinispan/entity/ReadOnlyAccess.java
Log Message:
-----------
HHH-7350 - removed overridden methods in ReadOnlyAccess lock/unlock an instance and/or
region of the cache, since inserts and deletes are allowed with a CacheConcurrencyStrategy
of READ_ONLY.
Commit: 27df73641240659405ff6434a0465d491dd6a53f
https://github.com/hibernate/hibernate-orm/commit/27df73641240659405ff643...
Author: andrigtmiller <andy.miller(a)jboss.com>
Date: 2012-05-30 (Wed, 30 May 2012)
Changed paths:
M
hibernate-infinispan/src/test/java/org/hibernate/test/cache/infinispan/entity/EntityRegionImplTestCase.java
Log Message:
-----------
HHH-7350 - Fixed up the unit tests, to allow the lock of the cache region for an access
strategy of READ_ONLY.
Commit: a203ea65aa686510199d93102d48b5b6b7031151
https://github.com/hibernate/hibernate-orm/commit/a203ea65aa686510199d931...
Author: Strong Liu <stliu(a)hibernate.org>
Date: 2012-05-30 (Wed, 30 May 2012)
Changed paths:
M
hibernate-ehcache/src/main/java/org/hibernate/cache/ehcache/internal/strategy/ReadOnlyEhcacheCollectionRegionAccessStrategy.java
M
hibernate-ehcache/src/main/java/org/hibernate/cache/ehcache/internal/strategy/ReadOnlyEhcacheEntityRegionAccessStrategy.java
M
hibernate-ehcache/src/main/java/org/hibernate/cache/ehcache/internal/strategy/ReadOnlyEhcacheNaturalIdRegionAccessStrategy.java
M
hibernate-infinispan/src/main/java/org/hibernate/cache/infinispan/naturalid/ReadOnlyAccess.java
M
hibernate-testing/src/main/java/org/hibernate/testing/cache/BaseCollectionRegionAccessStrategy.java
M
hibernate-testing/src/main/java/org/hibernate/testing/cache/ReadOnlyCollectionRegionAccessStrategy.java
M
hibernate-testing/src/main/java/org/hibernate/testing/cache/ReadOnlyEntityRegionAccessStrategy.java
M
hibernate-testing/src/main/java/org/hibernate/testing/cache/ReadOnlyNaturalIdRegionAccessStrategy.java
Log Message:
-----------
HHH-7350 read-only entities can not be deleted from 2LC
Commit: fe7a5d74c5611a96af8cd443202c09e5d573c49a
https://github.com/hibernate/hibernate-orm/commit/fe7a5d74c5611a96af8cd44...
Author: Strong Liu <stliu(a)hibernate.org>
Date: 2012-05-30 (Wed, 30 May 2012)
Changed paths:
M hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/lock/LockTest.java
A
hibernate-infinispan/src/main/java/org/hibernate/cache/infinispan/entity/ReadOnlyAccess.java
Log Message:
-----------
HHH-7350 read-only entities can not be deleted from 2LC
Compare:
https://github.com/hibernate/hibernate-orm/compare/8211c97...fe7a5d7