[Missing namespace summary documentation for N:NHibernate.Engine]

Classes

  ClassDescription
public classBatchFetchQueue
public classCascades
Summary description for Cascades.

public classCascadeStyle

public classCascadingAction
A session action that may be cascaded from parent entity to its children

public classEntityKey
A globally unique identifier of an instance, consisting of the user-visible identifier and the identifier space (eg. tablename)

public classExecuteUpdateResultCheckStyle
public classFilterDefinition
A FilterDefinition defines the global attributes of a dynamic filter. This information includes its name as well as its defined parameters (name and type).

public classIdentifierValue
A strategy for determining if an identifier value is an identifier of a new transient instance or a previously persistent transient instance. The strategy is determined by the Unsaved-Value attribute in the mapping file.

public classJoinHelper
public classJoinSequence
public classNamedQueryDefinition
public classNamedSQLQueryDefinition
public classQueryParameters
Container for data that is used during the NHibernate query/load process.

public classResultSetMappingDefinition
public classRowSelection
Information to determine how to run an IDbCommand and what records to return from the IDataReader.

public classSubselectFetch
public classTypedValue

public classUnsavedValueFactory
public classVersioning
Utility methods for managing versions and timestamps

public classVersionValue
A strategy for determining if a version value is an version of a new transient instance or a previously persistent transient instance. The strategy is determined by the Unsaved-Value attribute in the mapping file.

Interfaces

  InterfaceDescription
public interfaceIBatcher
Manages IDbCommands and IDataReaders for an ISession.

public interfaceICollectionSnapshot
Defines a complete "snapshot" of a particular collection.

public interfaceIMapping
Defines operations common to "compiled" mappings (ie. SessionFactory) and "uncompiled" mappings (ie Configuration that are used by implementors of IType

public interfaceISelector
public interfaceISessionFactoryImplementor
Defines the internal contract between the ISessionFactory and other parts of NHibernate such as implementors of IType.

public interfaceISessionImplementor
Defines the internal contract between the Session and other parts of Hibernate such as implementors of Type or ClassPersister

Enumerations

  EnumerationDescription
public enumerationCascadePoint
The types of children to cascade to

public enumerationOptimisticLockMode
public enumerationValueInclusion
An enum of the different ways a value might be "included".