Package ome.tools.spring
Class ForceTransactionAttributeSource
- java.lang.Object
-
- ome.tools.spring.ForceTransactionAttributeSource
-
- All Implemented Interfaces:
org.springframework.transaction.interceptor.TransactionAttributeSource
public class ForceTransactionAttributeSource extends java.lang.Object implements org.springframework.transaction.interceptor.TransactionAttributeSource
Requires that all method calls have some other form of attribute source by throwing an exception if accessed;
-
-
Constructor Summary
Constructors Constructor Description ForceTransactionAttributeSource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.springframework.transaction.interceptor.TransactionAttribute
getTransactionAttribute(java.lang.reflect.Method method, java.lang.Class targetClass)
-
-
-
Method Detail
-
getTransactionAttribute
public org.springframework.transaction.interceptor.TransactionAttribute getTransactionAttribute(java.lang.reflect.Method method, java.lang.Class targetClass)
- Specified by:
getTransactionAttribute
in interfaceorg.springframework.transaction.interceptor.TransactionAttributeSource
-
-