BeangleSessionContext

org.beangle.data.orm.hibernate.spring.BeangleSessionContext
class BeangleSessionContext(val sessionFactory: SessionFactoryImplementor) extends CurrentSessionContext with Logging

Attributes

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

Members list

Concise view

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

Inherited fields

protected val logger: Logger

Attributes

Inherited from:
Logging