|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.tapestry5.internal.hibernate.HibernateTransactionDecoratorImpl
public class HibernateTransactionDecoratorImpl
Constructor Summary | |
---|---|
HibernateTransactionDecoratorImpl(AspectDecorator aspectDecorator,
HibernateTransactionAdvisor advisor)
|
Method Summary | ||
---|---|---|
|
build(java.lang.Class<T> serviceInterface,
T delegate,
java.lang.String serviceId)
Builds a transaction interceptor instance around the delegate. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HibernateTransactionDecoratorImpl(AspectDecorator aspectDecorator, HibernateTransactionAdvisor advisor)
Method Detail |
---|
public <T> T build(java.lang.Class<T> serviceInterface, T delegate, java.lang.String serviceId)
HibernateTransactionDecorator
build
in interface HibernateTransactionDecorator
serviceInterface
- interface implemented by the delegatedelegate
- existing object to be wrappedserviceId
- id of service
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |