[hibernate/hibernate-orm] 4f963a: HHH-1582 - Added explicit PostCommit(Insert|Delete...
by GitHub
Branch: refs/heads/master
Home: https://github.com/hibernate/hibernate-orm
Commit: 4f963a6fb473213671f7e9163df2e82004556a3c
https://github.com/hibernate/hibernate-orm/commit/4f963a6fb473213671f7e91...
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.
(cherry picked from commit c6ca3a4ef2278f82f0ba955978523058a4fcbb23)
Commit: ef0bcbdc454cff6ddca747402b71177dcdfcc97b
https://github.com/hibernate/hibernate-orm/commit/ef0bcbdc454cff6ddca7474...
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
(cherry picked from commit 1178e70034e517abaa4029acd3c7aac83a4916c9)
Commit: 8309071f3cccabfe04213c4642180091f4071006
https://github.com/hibernate/hibernate-orm/commit/8309071f3cccabfe04213c4...
Author: Steve Ebersole <steve(a)hibernate.org>
Date: 2014-03-17 (Mon, 17 Mar 2014)
Changed paths:
M hibernate-core/src/test/java/org/hibernate/test/events/LegacyPostCommitListenerTest.java
M hibernate-core/src/test/java/org/hibernate/test/events/PostCommitListenerTest.java
Log Message:
-----------
HHH-1582 : post-commit listeners and failed transactions
Compare: https://github.com/hibernate/hibernate-orm/compare/96d60ba05d9b...8309071...
10 years, 8 months
[hibernate/hibernate-orm] c6ca3a: HHH-1582 - Added explicit PostCommit(Insert|Delete...
by GitHub
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...
10 years, 8 months