[Missing <summary> documentation for "N:NHibernate.Cfg"]

Classes

  ClassDescription
Public classBindMappingEventArgs
Public classClassExtractor
Extracts the names of classes mapped in a given file, and the names of the classes they extend.
Public classClassExtractor..::..ClassEntry
Holds information about mapped classes found in the hbm.xml files.
Public classConfiguration
Allows the application to specify properties and mapping documents to be used when creating a ISessionFactory.
Public classConfigurationExtensions
Public classConfigurationSectionHandler
Summary description for ConfigurationSectionHandler.
Public classDefaultNamingStrategy
The default
Public classEntityCacheUsageParser
Helper to parse EntityCacheUsage to and from XML string value.
Public classEnvironment
Provides access to configuration information.
Public classExtendsQueueEntry
Represents a mapping queued for delayed processing to await processing of an extends entity upon which it depends.
Public classFilterSecondPassArgs
Public classHbm2DDLKeyWords
Public classHbmConstants
Public classHibernateConfigException
An exception that occurs at configuration time, rather than runtime, as a result of something screwy in the hibernate.cfg.xml.
Public classImprovedNamingStrategy
Summary description for ImprovedNamingStrategy.
Public classMappings
A collection of mappings from classes and collections to relational database tables.
Public classMappings..::..ColumnNames
Public classMappings..::..PropertyReference
Public classMappings..::..TableDescription
Public classMappingsQueue
Queues mapping files according to their dependency order.
Public classMappingsQueueEntry
Holds information about mapped classes found in an embedded resource
Public classMappingsQueueEntry..::..RequiredEntityName
Public classNamedXmlDocument
Public classSchemaAutoAction
Public classSessionFactoryConfigurationBase
Public classSettings
Settings that affect the behavior of NHibernate at runtime.
Public classSettingsFactory
Reads configuration properties and configures a Settings instance.

Interfaces

  InterfaceDescription
Public interfaceIHibernateConfiguration
Public interfaceINamingStrategy
A set of rules for determining the physical column and table names given the information in the mapping document. May be used to implement project-scoped naming standards for database objects.
Public interfaceISessionFactoryConfiguration

Delegates

  DelegateDescription
Public delegateSecondPassCommand

Enumerations

  EnumerationDescription
Public enumerationEntityCacheUsage
Values for class-cache and collection-cache strategy.