Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 402 Bytes

hooks-and-lifecycle.md

File metadata and controls

5 lines (3 loc) · 402 Bytes

Hooks and Lifecycle

The ActiveRecordBase class implements NHibernate's ILifecycle interface. For more information on the methods involve, consult the NHibernate documentation.

Additionaly all ISession instances are linked to an IInterceptor implementation which ultimately invokes your ActiveRecord class instance. This is a fairly advanced usage.