BeangleSessionContext

class BeangleSessionContext(val sessionFactory: SessionFactoryImplementor) extends CurrentSessionContext with Logging
trait Logging
trait CurrentSessionContext
trait Serializable
class Object
trait Matchable
class Any

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.

Concrete fields

val sessionFactory: SessionFactoryImplementor

Inherited fields

protected val logger: Logger
Inherited from:
Logging