代码之家  ›  专栏  ›  技术社区  ›  Afshar Mohebi

Castle ActiveRecord和AfterLoad事件

  •  4
  • Afshar Mohebi  · 技术社区  · 14 年前

    Castle ActiveRecord BeforeLoad 但我需要 AfterLoad 事件也一样。我知道可以使用NHibernate的PostLoad事件。但我该怎么做呢?

    1 回复  |  直到 14 年前
        1
  •  0
  •   Mauricio Scheffer    14 年前

    ActiveRecord的“事件”基于 NHibernate interceptors ( IInterceptor ),不是 NHibernate events 接收器 没有 PostLoad ,因此没有可重写的 AfterLoad

    Here are the docs on how to hook up event listeners in ActiveRecord .

    推荐文章