org.springframework.transaction.support
Class TransactionSynchronizationUtils.ScopedProxyUnwrapper

java.lang.Object
  extended by org.springframework.transaction.support.TransactionSynchronizationUtils.ScopedProxyUnwrapper
Enclosing class:
TransactionSynchronizationUtils

private static class TransactionSynchronizationUtils.ScopedProxyUnwrapper
extends java.lang.Object

Inner class to avoid hard-coded dependency on AOP module.


Constructor Summary
private TransactionSynchronizationUtils.ScopedProxyUnwrapper()
           
 
Method Summary
static java.lang.Object unwrapIfNecessary(java.lang.Object resource)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TransactionSynchronizationUtils.ScopedProxyUnwrapper

private TransactionSynchronizationUtils.ScopedProxyUnwrapper()
Method Detail

unwrapIfNecessary

public static java.lang.Object unwrapIfNecessary(java.lang.Object resource)