SpringSessionContext

org.beangle.data.orm.hibernate.SpringSessionContext
class SpringSessionContext(val sessionFactory: SessionFactoryImplementor) extends CurrentSessionContext

Attributes

Graph
Supertypes
trait CurrentSessionContext
trait Serializable
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def currentSession: Session

Retrieve the Spring-managed Session for the current thread, if any.

Retrieve the Spring-managed Session for the current thread, if any.

Attributes

Concrete fields

val sessionFactory: SessionFactoryImplementor