Java org.hibernate.context.internal ManagedSessionContext fields, constructors, methods, implement or subclass

Example usage for Java org.hibernate.context.internal ManagedSessionContext fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.hibernate.context.internal ManagedSessionContext.

The text is from its open source code.

Subclass

org.hibernate.context.internal.ManagedSessionContext has subclasses.
Click this link to see all its subclasses.

Method

Sessionbind(Session session)
Binds the given session to the current context for its session factory.
booleanhasBind(SessionFactory factory)
Check to see if there is already a session associated with the current thread for the given session factory.
Sessionunbind(SessionFactory factory)
Unbinds the session (if one) current associated with the context for the given session.