LazySession

org.squeryl.LazySession
class LazySession(val connectionFunc: () => Connection, val databaseAdapter: DatabaseAdapter, val statisticsListener: Option[StatisticsListener]) extends AbstractSession

Attributes

Source
Session.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def connection: Connection

Attributes

Source
Session.scala
def hasConnection: Boolean

Attributes

Source
Session.scala
def withinTransaction[A](f: () => A): A

Attributes

Source
Session.scala

Inherited methods

Attributes

Inherited from:
AbstractSession
Source
Session.scala
def cleanup: Unit

Attributes

Inherited from:
AbstractSession
Source
Session.scala
def close: Unit

Attributes

Inherited from:
AbstractSession
Source
Session.scala
def isLoggingEnabled: Boolean

Attributes

Inherited from:
AbstractSession
Source
Session.scala
def log(s: String): Unit

Attributes

Inherited from:
AbstractSession
Source
Session.scala
def logger_=(f: String => Unit): Unit

Attributes

Inherited from:
AbstractSession
Source
Session.scala
def setLogger(f: String => Unit): Unit

Attributes

Inherited from:
AbstractSession
Source
Session.scala

Attributes

Inherited from:
AbstractSession
Source
Session.scala

Concrete fields

val connectionFunc: () => Connection

Attributes

Source
Session.scala
var originalAutoCommit: Boolean

Attributes

Source
Session.scala

Attributes

Source
Session.scala

Attributes

Source
Session.scala

Inherited fields

var logUnclosedStatements: Boolean

Attributes

Inherited from:
AbstractSession
Source
Session.scala