LifecycleEvent

org.squeryl.internals.LifecycleEvent
class LifecycleEvent(val target: Iterable[View[_]], val e: Value, val callback: AnyRef => AnyRef)

Attributes

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

Members list

Value members

Concrete fields

val callback: AnyRef => AnyRef

Attributes

Source
PosoLifecycleEvent.scala
val e: Value

Attributes

Source
PosoLifecycleEvent.scala
val target: Iterable[View[_]]

Attributes

Source
PosoLifecycleEvent.scala