Values for class-cache include.

Namespace: NHibernate.Cfg.ConfigurationSchema
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public enum ClassCacheInclude
Visual Basic
Public Enumeration ClassCacheInclude
Visual C++
public enum class ClassCacheInclude

Members

Member nameValueDescription
All0Xml value: all
NonLazy1Xml value: non-lazy
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

Remarks

Not implemented in Cache.

See Also