Values for class-cache and collection-cache strategy.
Namespace: NHibernate.CfgAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
public enum EntityCacheUsage |
Visual Basic |
---|
Public Enumeration EntityCacheUsage |
Visual C++ |
---|
public enum class EntityCacheUsage |
Members
Member name | Value | Description | |
---|---|---|---|
Readonly | 0 | Xml value: read-only | |
ReadWrite | 1 | Xml value: read-write | |
NonStrictReadWrite | 2 | Xml value: nonstrict-read-write | |
Transactional | 3 | Xml value: transactional | |
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 |