[hibernate-commits] [hibernate/hibernate-orm] 665798: HHH-7350 - removed overridden methods in ReadOnlyA...

GitHub noreply at github.com
Wed May 30 12:54:33 EDT 2012


  Branch: refs/heads/master
  Home:   https://github.com/hibernate/hibernate-orm
  Commit: 665798339da24e0796475e75ac0cb983b635c471
      https://github.com/hibernate/hibernate-orm/commit/665798339da24e0796475e75ac0cb983b635c471
  Author: andrigtmiller <andy.miller at 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/27df73641240659405ff6434a0465d491dd6a53f
  Author: andrigtmiller <andy.miller at 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/a203ea65aa686510199d93102d48b5b6b7031151
  Author: Strong Liu <stliu at 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/fe7a5d74c5611a96af8cd443202c09e5d573c49a
  Author: Strong Liu <stliu at 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


More information about the hibernate-commits mailing list