org.springframework.datastore.proxy
Interface ProxyFactory

All Known Implementing Classes:
JavassistProxyFactory

public interface ProxyFactory

The factory used to create proxies

Since:
1.0

Method Summary
<T> T
createProxy(Session session, Class<T> type, Serializable key)
           
 

Method Detail

createProxy

<T> T createProxy(Session session,
                  Class<T> type,
                  Serializable key)