Java org.hibernate.engine.spi SharedSessionContractImplementor fields, constructors, methods, implement or subclass

Example usage for Java org.hibernate.engine.spi SharedSessionContractImplementor fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.hibernate.engine.spi SharedSessionContractImplementor.

The text is from its open source code.

Method

Connectionconnection()
SessionEventListenerManagergetEventListenerManager()
SessionFactoryImplementorgetFactory()
Get the creating SessionFactoryImplementor
LoadQueryInfluencersgetLoadQueryInfluencers()
Get the load query influencers associated with this session.
StringgetTenantIdentifier()
The multi-tenancy tenant identifier, if one.
TransactionCoordinatorgetTransactionCoordinator()
Obtain the builder for TransactionCoordinator instances
booleanisConnected()
Check if the session is currently connected.
booleanisOpen()
Check if the session is still open.