Interface SessionProxy

All Superinterfaces:
AutoCloseable, Runnable, Session

public interface SessionProxy extends Session
Subinterface of Session to be implemented by Session proxies. Allows access to the underlying target Session.
Since:
2.0.4
Author:
Juergen Hoeller
See Also:
  • Method Details

    • getTargetSession

      Session getTargetSession()
      Return the target Session of this proxy.

      This will typically be the native provider Session or a wrapper from a session pool.

      Returns:
      the underlying Session (never null)