public interface InfrastructureProxy
Such wrappers will automatically be unwrapped for key comparisons in
TransactionSynchronizationManager
.
Only fully transparent proxies, e.g. for redirection or service lookups, are supposed to implement this interface. Proxies that decorate the target object with new behavior, such as AOP proxies, do not qualify here!
TransactionSynchronizationManager
Modifier and Type | Method and Description |
---|---|
Object |
getWrappedObject()
Return the underlying resource (never
null ). |
Object getWrappedObject()
null
).