The NHibernateUtil type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Any |
A NHibernate serializable type
| |
| Close(IEnumerable) |
Close an IEnumerable returned by NHibernate immediately,
instead of waiting until the session is closed or disconnected.
| |
| Close(IEnumerator) |
Close an IEnumerator obtained from an IEnumerable
returned by NHibernate immediately, instead of waiting until the session is
closed or disconnected.
| |
| Custom |
A NHibernate custom type
| |
| Entity(String) | A Hibernate persistent object (entity) type. | |
| Entity(Type) |
A NHibernate persistent object (entity) type
| |
| Enum |
A NHibernate persistent enum type
| |
| GetClass |
Get the true, underlying class of a proxied persistent class. This operation
will initialize a proxy by side-effect.
| |
| GetSerializable |
A NHibernate serializable type
| |
| GuessType(Object) |
Guesses the IType of this object
| |
| GuessType(Type) |
Guesses the IType by the type
| |
| Initialize |
Force initialization of a proxy or persistent collection.
| |
| IsInitialized |
Is the proxy or persistent collection initialized?
| |
| IsPropertyInitialized |
Check if the property is initialized. If the named property does not exist
or is not persistent, this method always returns true.
|
Extension Methods
| Name | Description |
|---|