|
Add Session.isOpen() method to StatelessSession as requested in https://hibernate.atlassian.net/browse/HHH-2949.
Further add Session.isOpen() and Session.close() to SharedSessionContract to form a base interface for both Session and StatelessSession so it is easier to write methods for both implementations.
|