|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface HibernateTransactionDecorator
Service that can create an interceptor that wraps around a service implementation. After invoking service methods
marked by CommitAfter
the current transaction is committed.
Declared exceptions will also commit the
transaction; runtime exceptions will the
transaction.
It is recommended that you switch from the use of decoration to the use of advice; use the HibernateTransactionAdvisor
(from a service advisor method) instead.
Method Summary | ||
---|---|---|
|
build(Class<T> serviceInterface,
T delegate,
String serviceId)
Builds a transaction interceptor instance around the delegate. |
Method Detail |
---|
<T> T build(Class<T> serviceInterface, T delegate, String serviceId)
T
- serviceInterface
- interface implemented by the delegatedelegate
- existing object to be wrappedserviceId
- id of service
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |