Interface JdbcSessionContext

  • All Known Implementing Classes:
    JdbcSessionContextImpl

    public interface JdbcSessionContext
    Provides the JdbcSession implementation with contextual information it needs during its lifecycle.
    • Method Detail

      • isScrollableResultSetsEnabled

        boolean isScrollableResultSetsEnabled()
      • isGetGeneratedKeysEnabled

        boolean isGetGeneratedKeysEnabled()
      • getFetchSize

        int getFetchSize()
      • doesConnectionProviderDisableAutoCommit

        boolean doesConnectionProviderDisableAutoCommit()
      • getSessionFactory

        SessionFactoryImplementor getSessionFactory()
        Retrieve the session factory for this environment.
        Returns:
        The session factory