Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipselink-users] Transaction listeners? <possibly OT>

Thanks James, that looks very useful.


James Sutherland wrote:
> 
> The JPA specification does not offer a solution to this, but EclipseLink
> has extended support for SessionEvents and UnitOfWorkChangeSets.
> 
> Refer to the SessionEventListener and SessionEventManager, which can be
> configured using a SessionCustomizer in your persistence.xml,
> http://www.eclipse.org/eclipselink/api/1.2/org/eclipse/persistence/sessions/SessionEventListener.html
> 
> http://www.eclipse.org/eclipselink/api/1.2/org/eclipse/persistence/sessions/UnitOfWork.html#getUnitOfWorkChangeSet()
> 
> http://www.eclipse.org/eclipselink/api/1.2/org/eclipse/persistence/sessions/changesets/UnitOfWorkChangeSet.html
> 

-- 
View this message in context: http://old.nabble.com/Transaction-listeners--%3Cpossibly-OT%3E-tp26114366p26194893.html
Sent from the EclipseLink - Users mailing list archive at Nabble.com.



Back to the top