类 SpringSessionContext

  • 所有已实现的接口:
    Serializable, CurrentSessionContext

    public class SpringSessionContext
    extends Object
    implements CurrentSessionContext
    Implementation of Hibernate 3.1's CurrentSessionContext interface that delegates to Spring's SessionFactoryUtils for providing a Spring-managed current Session.

    This CurrentSessionContext implementation can also be specified in custom SessionFactory setup through the "hibernate.current_session_context_class" property, with the fully qualified name of this class as value.

    从以下版本开始:
    3.1
    作者:
    Juergen Hoeller
    另请参阅:
    序列化表格