Package org.cxbox.core.crudma.ext.impl
Class TxServiceCrudmaGatewayInvokeExtensionProvider
java.lang.Object
org.cxbox.core.crudma.ext.impl.TxServiceCrudmaGatewayInvokeExtensionProvider
- All Implemented Interfaces:
CrudmaGatewayInvokeExtensionProvider
@Component
@Order(200)
public class TxServiceCrudmaGatewayInvokeExtensionProvider
extends Object
implements CrudmaGatewayInvokeExtensionProvider
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T> org.cxbox.api.util.Invoker<T,RuntimeException> extendInvoker(CrudmaActionHolder.CrudmaAction crudmaAction, org.cxbox.api.util.Invoker<T, RuntimeException> invoker, boolean readOnly)
-
Constructor Details
-
TxServiceCrudmaGatewayInvokeExtensionProvider
public TxServiceCrudmaGatewayInvokeExtensionProvider()
-
-
Method Details
-
extendInvoker
public <T> org.cxbox.api.util.Invoker<T,RuntimeException> extendInvoker(CrudmaActionHolder.CrudmaAction crudmaAction, org.cxbox.api.util.Invoker<T, RuntimeException> invoker, boolean readOnly) - Specified by:
extendInvokerin interfaceCrudmaGatewayInvokeExtensionProvider
-