Values for class-cache and collection-cache strategy.

Namespace: NHibernate.Cfg
Assembly: 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 nameValueDescription
Readonly0Xml value: read-only
ReadWrite1Xml value: read-write
NonStrictReadWrite2Xml value: nonstrict-read-write
Transactional3Xml 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

See Also