Values for listener type property.
Namespace: NHibernate.EventAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
| C# |
|---|
public enum ListenerType |
| Visual Basic |
|---|
Public Enumeration ListenerType |
| Visual C++ |
|---|
public enum class ListenerType |
Members
| Member name | Value | Description | |
|---|---|---|---|
| NotValidType | 0 | Not allowed in Xml. It represents the default value when an explicit type is assigned. | |
| Autoflush | 1 | Xml value: auto-flush | |
| Merge | 2 | Xml value: merge | |
| Create | 3 | Xml value: create | |
| CreateOnFlush | 4 | Xml value: create-onflush | |
| Delete | 5 | Xml value: delete | |
| DirtyCheck | 6 | Xml value: dirty-check | |
| Evict | 7 | Xml value: evict | |
| Flush | 8 | Xml value: flush | |
| FlushEntity | 9 | Xml value: flush-entity | |
| Load | 10 | Xml value: load | |
| LoadCollection | 11 | Xml value: load-collection | |
| Lock | 12 | Xml value: lock | |
| Refresh | 13 | Xml value: refresh | |
| Replicate | 14 | Xml value: replicate | |
| SaveUpdate | 15 | Xml value: save-update | |
| Save | 16 | Xml value: save | |
| PreUpdate | 17 | Xml value: pre-update | |
| Update | 18 | Xml value: update | |
| PreLoad | 19 | Xml value: pre-load | |
| PreDelete | 20 | Xml value: pre-delete | |
| PreInsert | 21 | Xml value: pre-insert | |
| PreCollectionRecreate | 22 | Xml value: pre-collection-recreate | |
| PreCollectionRemove | 23 | Xml value: pre-collection-remove | |
| PreCollectionUpdate | 24 | Xml value: pre-collection-update | |
| PostLoad | 25 | Xml value: post-load | |
| PostInsert | 26 | Xml value: post-insert | |
| PostUpdate | 27 | Xml value: post-update | |
| PostDelete | 28 | Xml value: post-delete | |
| PostCommitUpdate | 29 | Xml value: post-commit-update | |
| PostCommitInsert | 30 | Xml value: post-commit-insert | |
| PostCommitDelete | 31 | Xml value: post-commit-delete | |
| PostCollectionRecreate | 32 | Xml value: post-collection-recreate | |
| PostCollectionRemove | 33 | Xml value: post-collection-remove | |
| PostCollectionUpdate | 34 | Xml value: post-collection-update | |
| IsIn | Apply an "in" constraint to the named property Note: throws an exception outside of a QueryOver expression | ||
| IsIn | Apply an "in" constraint to the named property Note: throws an exception outside of a QueryOver expression | ||
| IsBetween | Apply a "between" constraint to the named property Note: throws an exception outside of a QueryOver expression | ||
| IsProxy | |||
| As | |||
| ToTypeParameters |