ContextImpl

trait ContextImpl[T <: Txn[T]]
class Object
trait Matchable
class Any

Value members

Abstract methods

protected def objMap: IdentMap[T, ContextEntry[T]]

Concrete methods

final def acquire[A <: Disposable[T]](obj: Obj[T])(init: => A)(tx: T): A
final def get[A](obj: Obj[T])(tx: T): Option[A]
final def release(obj: Obj[T])(tx: T): Unit