Interface SharedSessionCapable
public interface SharedSessionCapable
A
SessionFactory that implements this interface is capable of supporting a shared session.- Since:
- 3.0
-
Method Summary
Modifier and TypeMethodDescriptionbooleanvoidResets the shared session so the next#getSession()will return a session using a new connection.
-
Method Details