Class CommitAfterWorker

java.lang.Object
org.apache.tapestry5.hibernate.web.internal.CommitAfterWorker
All Implemented Interfaces:
ComponentClassTransformWorker2

Searches for methods that have the CommitAfter annotation and adds logic around the method to commit or abort the transaction. The commit/abort logic is the same as for the HibernateTransactionDecorator service.