Classes

  ClassDescription
ADOExceptionReporter
ArrayHelper
Helper class that contains common array functions and data structures used through out NHibernate.
AssemblyQualifiedTypeName
CollectionHelper
CollectionPrinter
Utility class implementing ToString for collections. All ToString overloads call element.ToString().
FilterHelper
GenericJoinedEnumerable<(Of <(T>)>)
IdentityMap
An IDictionary where keys are compared by object identity, rather than equals. All external users of this class need to have no knowledge of the IdentityKey - it is all hidden by this class.
JoinedEnumerable
Combines multiple objects implementing IEnumerable into one.
ObjectUtils
Summary description for ObjectUtils.
ParserException
PropertiesHelper
ReflectHelper
Helper class for Reflection related code.
SequencedHashMap
A map of objects whose mapping entries are sequenced based on the order in which they were added. This data structure has fast O(1) search time, deletion time, and insertion time
SerializationHelper
StringHelper
StringTokenizer
A StringTokenizer java like object
TypeNameParser
WeakEnumerator
WeakHashtable
WeakRefWrapper
XmlHelper