[Missing <summary> documentation for "T:NHibernate.Cfg.MappingSchema.HbmCacheUsage"]
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
| C# | 
|---|
[SerializableAttribute] public enum HbmCacheUsage  | 
| Visual Basic | 
|---|
<SerializableAttribute> _ Public Enumeration HbmCacheUsage  | 
| Visual C++ | 
|---|
[SerializableAttribute] public enum class HbmCacheUsage  | 
Members
| Member name | Value | Description | |
|---|---|---|---|
| ReadOnly | 0 | ||
| ReadWrite | 1 | ||
| NonstrictReadWrite | 2 | ||
| Transactional | 3 | ||
| ToCacheConcurrencyStrategy | |||
| 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 |