Interface SessionFactoryProvider

    • Method Detail

      • getSessionFactory

        SessionFactory getSessionFactory()
        Deprecated.
        Gets the current session factory to be used for creating session tokens. Do not store the factory since it may change any time. Only the current session factory should be used.
        Returns:
        The current session factory to be used for creating session tokens.