public interface DefaultTxScopeProvider
Dependencies.
Implement this interface to provide the default scope used in method signatures not providing a TxScope parameter.
For instance, the default ThreadLocalDefaultTxScopeProvider. For a web application, it could be changed to a
RequestDefaultTxScopeProvider.| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
TxScope |
defaultScope(java.lang.Class<? extends SchemaType> schemaClass) |
TxScope defaultScope(java.lang.Class<? extends SchemaType> schemaClass)
void clear()
Copyright © 2024. All rights reserved.