Branch: refs/heads/4.3
Home:
https://github.com/hibernate/hibernate-orm
Commit: c6ca3a4ef2278f82f0ba955978523058a4fcbb23
https://github.com/hibernate/hibernate-orm/commit/c6ca3a4ef2278f82f0ba955...
Author: Shawn Clowater <Shawn.Clowater(a)entero.com>
Date: 2014-03-17 (Mon, 17 Mar 2014)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/action/internal/EntityDeleteAction.java
M
hibernate-core/src/main/java/org/hibernate/action/internal/EntityIdentityInsertAction.java
M hibernate-core/src/main/java/org/hibernate/action/internal/EntityInsertAction.java
M hibernate-core/src/main/java/org/hibernate/action/internal/EntityUpdateAction.java
A
hibernate-core/src/main/java/org/hibernate/event/spi/PostCommitDeleteEventListener.java
A
hibernate-core/src/main/java/org/hibernate/event/spi/PostCommitInsertEventListener.java
A
hibernate-core/src/main/java/org/hibernate/event/spi/PostCommitUpdateEventListener.java
A
hibernate-core/src/test/java/org/hibernate/test/events/LegacyPostCommitListenerTest.java
A hibernate-core/src/test/java/org/hibernate/test/events/PostCommitListenerTest.java
Log Message:
-----------
HHH-1582 - Added explicit PostCommit(Insert|Delete|Update)EvenLister interfaces to allow
for separation of success/fail handling in post commit events.
Maintained current behavior by having the Entity actions call the existing API unless
using one of the new interfaces. Added 2 test cases, 1 using the new interfaces and 1
using the existing interfaces.
Commit: 1178e70034e517abaa4029acd3c7aac83a4916c9
https://github.com/hibernate/hibernate-orm/commit/1178e70034e517abaa4029a...
Author: Steve Ebersole <steve(a)hibernate.org>
Date: 2014-03-17 (Mon, 17 Mar 2014)
Changed paths:
M
hibernate-core/src/main/java/org/hibernate/event/service/internal/EventListenerRegistryImpl.java
A
hibernate-core/src/main/java/org/hibernate/event/service/internal/PostCommitEventListenerGroupImpl.java
Log Message:
-----------
HHH-1582 : post-commit listeners and failed transactions
Compare:
https://github.com/hibernate/hibernate-orm/compare/ccdddf468218...1178e70...