The NHibernateUtil type exposes the following members.

Methods

  NameDescription
Any
A NHibernate serializable type
Association Obsolete.
A NHibernate persistent object (entity) type
CloseOverloaded.
Custom
A NHibernate custom type
Entity
A NHibernate persistent object (entity) type
Enum
A NHibernate persistent enum type
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetClass
Get the true, underlying class of a proxied persistent class. This operation will initialize a proxy by side-effect.
GetHashCode
Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table.
(Inherited from Object.)
GetSerializable
A NHibernate serializable type
GetType
Gets the Type of the current instance.
(Inherited from Object.)
Initialize
Force initialization of a proxy or persistent collection.
IsInitialized
Is the proxy or persistent collection initialized?
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Fields

  NameDescription
AnsiChar
AnsiString
NHibernate Ansi String type
Binary
NHibernate binary type
BinaryBlob
NHibernate binary blob type
Boolean
NHibernate boolean type
Byte
NHibernate byte type
Character
NHibernate character type
Class
NHibernate class type
CultureInfo
NHibernate Culture Info type
Date
NHibernate date type
DateTime
NHibernate date type
Decimal
NHibernate decimal type
Double
NHibernate double type
Guid
NHibernate Guid type.
Int16
NHibernate System.Int16 (short in C#) type
Int32
NHibernate System.Int32 (int in C#) type
Int64
NHibernate System.Int64 (long in C#) type
Object
NHibernate System.Object type
SByte
NHibernate System.SByte type
Serializable
NHibernate serializable type
Single
NHIbernate System.Single (float in C#) Type
String
NHibernate String type
StringClob
NHibernate string clob type
Ticks
NHibernate Ticks type
Time
NHibernate Time type
TimeSpan
NHibernate Ticks type
Timestamp
NHibernate Timestamp type
TrueFalse
NHibernate TrueFalse type
UInt16
NHibernate System.UInt16 (ushort in C#) type
UInt32
NHibernate System.UInt32 (uint in C#) type
UInt64
NHibernate System.UInt64 (ulong in C#) type
YesNo
NHibernate YesNo type

See Also