public class HibernateTransactionDecoratorImpl extends Object implements HibernateTransactionDecorator
Constructor and Description |
---|
HibernateTransactionDecoratorImpl(AspectDecorator aspectDecorator,
HibernateTransactionAdvisor advisor) |
Modifier and Type | Method and Description |
---|---|
<T> T |
build(Class<T> serviceInterface,
T delegate,
String serviceId)
Builds a transaction interceptor instance around the delegate.
|
public HibernateTransactionDecoratorImpl(AspectDecorator aspectDecorator, HibernateTransactionAdvisor advisor)
public <T> T build(Class<T> serviceInterface, T delegate, String serviceId)
HibernateTransactionDecorator
build
in interface HibernateTransactionDecorator
serviceInterface
- interface implemented by the delegatedelegate
- existing object to be wrappedserviceId
- id of service5.6.3 - Copyright © 2003-2021 The Apache Software Foundation.