[Missing namespace summary documentation for N:Nullables.NHibernate]
Classes
| Class | Description | |
|---|---|---|
| EmptyAnsiStringType |
An IUserType that reads a nullNothingnullptr value from an ansi string
column in the database as a String.Empty
and writes a String.Empty to the database
as nullNothingnullptr.
| |
| EmptyStringType |
An IUserType that reads a nullNothingnullptr value from an string
column in the database as a String.Empty
and writes a String.Empty to the database
as nullNothingnullptr.
| |
| NullableBooleanType |
A NHibernate IType for a NullableBoolean.
| |
| NullableByteType |
A NHibernate IType for a NullableByte.
| |
| NullableCharType |
A NHibernate IType for a NullableChar.
| |
| NullableDateTimeType |
A NHibernate IType for a NullableDateTime.
| |
| NullableDecimalType |
A NHibernate IType for a NullableDecimal.
| |
| NullableDoubleType |
A NHibernate IType for a NullableDouble.
| |
| NullableGuidType |
A NHibernate IType for a NullableGuid.
| |
| NullableInt16Type |
A NHibernate IType for a NullableInt16.
| |
| NullableInt32Type |
A NHibernate IType for a NullableInt32.
| |
| NullableInt64Type |
A NHibernate IType for a NullableInt64.
| |
| NullableSByteType |
A NHibernate IType for a NullableSByte.
| |
| NullableSingleType |
A NHibernate IType for a NullableSingle.
| |
| NullablesTypes |
Summary description for NullablesTypes.
| |
| NullableTypesType |
Abstract type used for implementing NHibernate ITypes for
the Nullables library.
|