| Class |
Description |
|
BytecodeProvider
|
The Spring for .NET-backed ByteCodeprovider for NHibernate |
|
ConfigSectionSessionScopeSettings
|
Holds the references and configuration settings for a SessionScope instance. References are resolved by looking up the given object names in the root IApplicationContext obtained by GetContext. |
|
FilterDefinitionFactoryObject
|
Convenient FactoryObject for defining Hibernate FilterDefinitions. Exposes a corresponding Hibernate FilterDefinition object. |
|
HibernateAccessor
|
Base class for HibernateTemplate defining common properties like SessionFactory and flushing behavior. |
|
HibernateAccessor.FlushModeHolder
|
Helper class to determine if the FlushMode enumeration was changed from its default value |
|
HibernateAdoException
|
Hibernate-specific subclass of UncategorizedDataAccessException, for ADO.NET exceptions that Hibernate rethrew and could not be mapped into the DAO exception heirarchy. |
|
HibernateDaoSupport
|
Convenient super class for Hibernate data access objects. |
|
HibernateDaoSupport
|
Convenient super class for Hibernate data access objects. |
|
HibernateObjectRetrievalFailureException
|
Hibernate-specific subclass of ObjectRetrievalFailureException. |
|
HibernateOptimisticLockingFailureException
|
Hibernate-specific subclass of ObjectOptimisticLockingFailureException. |
|
HibernateQueryException
|
Hibernate-specific subclass of InvalidDataAccessResourceUsageException, thrown on invalid HQL query syntax. |
|
HibernateSystemException
|
Hibernate-specific subclass of UncategorizedDataAccessException, for Hibernate system errors that do not match any concrete Spring.Dao exceptions. |
|
HibernateTemplate
|
Helper class that simplifies NHibernate data access code |
|
HibernateTemplate
|
Generic version of the Helper class that simplifies NHibernate data access code |
|
HibernateTransactionManager
|
PlatformTransactionManager implementation for a single Hibernate SessionFactory. Binds a Hibernate Session from the specified factory to the thread, potentially allowing for one thread Session per factory |
|
LazyInitializer
|
Missing <summary> documentation for T:Spring.Data.NHibernate.Bytecode.LazyInitializer
|
|
LocalSessionFactoryObject
|
An IFactoryObject that creates a local Hibernate SessionFactory instance. Behaves like a SessionFactory instance when used as bean reference, e.g. for HibernateTemplate's "SessionFactory" property. |
|
ObjectsFactory
|
Missing <summary> documentation for T:Spring.Data.NHibernate.Bytecode.ObjectsFactory
|
|
OpenSessionInViewModule
|
Provide support for the open session in view pattern for lazily loaded hibernate objects used in ASP.NET pages. |
|
ProxyFactory
|
A Spring for .NET backed IProxyFactory implementation for creating NHibernate proxies. |
|
ProxyFactoryFactory
|
Creates a Spring for .NET backed IProxyFactory instance. |
|
ReflectionOptimizer
|
Missing <summary> documentation for T:Spring.Data.NHibernate.Bytecode.ReflectionOptimizer
|
|
SessionFactoryUtils
|
Helper class featuring methods for Hibernate Session handling, allowing for reuse of Hibernate Session instances within transactions. Also provides support for exception translation. |
|
SessionHolder
|
Session holder, wrapping a NHibernate ISession and a NHibernate Transaction. HibernateTransactionManager binds instances of this class to the thread, for a given ISessionFactory. |
|
SessionScope
|
Implementation of SessionScope that associates a single session within the using scope. |
|
SessionScopeSettings
|
Holds the references and configuration settings for a SessionScope instance. |
|
SpringSessionContext
|
Implementation of NHibernates 1.2's ICurrentSessionContext interface that delegates to Spring's SessionFactoryUtils for providing a Spirng-managed current Session. |
|
SpringSessionSynchronization
|
NHibnerations actions taken during the transaction lifecycle. |