public interface SharedSessionCapable
SessionFactory
that implements this interface is capable of supporting a shared session.Modifier and Type | Method and Description |
---|---|
boolean |
isSharedSession() |
void |
resetSharedSession()
Resets the shared session so the next
#getSession() will return a session
using a new connection. |