The AbstractSessionImpl type exposes the following members.

Constructors

  NameDescription
Protected methodAbstractSessionImpl(ISessionFactoryImplementor)
Initializes a new instance of the AbstractSessionImpl class
Protected methodAbstractSessionImpl(ISessionFactoryImplementor, Guid)
Initializes a new instance of the AbstractSessionImpl class

Methods

  NameDescription
Protected methodAfterOperation
Public methodAfterTransactionBegin
Public methodAfterTransactionCompletion
Public methodBeforeTransactionCompletion
Public methodBestGuessEntityName
Protected methodCheckAndUpdateSessionStatus
Public methodCloseSessionFromDistributedTransaction
Protected methodConvert
Public methodCreateQuery(String)
Public methodCreateQuery(IQueryExpression)
Public methodCreateSQLQuery
Protected methodEnlistInAmbientTransactionIfNeeded
Public methodEnumerable(String, QueryParameters)
Public methodEnumerable<(Of <<'(T>)>>)(String, QueryParameters)
Public methodEnumerableFilter(Object, String, QueryParameters)
Public methodEnumerableFilter<(Of <<'(T>)>>)(Object, String, QueryParameters)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodErrorIfClosed
Public methodExecuteNativeUpdate
Public methodExecuteUpdate
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodFlush
Public methodGetContextEntityIdentifier
Public methodGetEntityPersister
Public methodGetEntityUsingInterceptor
Public methodGetFilterParameterType
Public methodGetFilterParameterValue
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Protected methodGetHQLQueryPlan(String, Boolean)
Protected methodGetHQLQueryPlan(IQueryExpression, Boolean)
Public methodGetNamedQuery
Public methodGetNamedSQLQuery
Protected methodGetNativeSQLQueryPlan
Public methodGetQueries
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGuessEntityName
Public methodImmediateLoad
Public methodInitialize
Public methodInitializeCollection
Public methodInstantiate
Public methodInternalLoad
Public methodList(CriteriaImpl)
Public methodList(String, QueryParameters)
Public methodList(CriteriaImpl, IList)
Public methodList(IQueryExpression, QueryParameters)
Public methodList(NativeSQLQuerySpecification, QueryParameters)
Public methodList(String, QueryParameters, IList)
Public methodList(IQueryExpression, QueryParameters, IList)
Public methodList(NativeSQLQuerySpecification, QueryParameters, IList)
Public methodList<(Of <<'(T>)>>)(CriteriaImpl)
Public methodList<(Of <<'(T>)>>)(String, QueryParameters)
Public methodList<(Of <<'(T>)>>)(NativeSQLQuerySpecification, QueryParameters)
Public methodListCustomQuery(ICustomQuery, QueryParameters, IList)
Public methodListCustomQuery<(Of <<'(T>)>>)(ICustomQuery, QueryParameters)
Public methodListFilter(Object, String, QueryParameters)
Public methodListFilter<(Of <<'(T>)>>)(Object, String, QueryParameters)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodSetClosed
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)

Extension Methods

  NameDescription
Public Extension MethodAs<(Of <<'(T>)>>) (Defined by TypeHelperExtensionMethods.)
Public Extension MethodIsBetween
Apply a "between" constraint to the named property Note: throws an exception outside of a QueryOver expression
(Defined by RestrictionExtensions.)
Public Extension MethodIsIn(array<Object>[]()[][])Overloaded.
Apply an "in" constraint to the named property Note: throws an exception outside of a QueryOver expression
(Defined by RestrictionExtensions.)
Public Extension MethodIsIn(ICollection)Overloaded.
Apply an "in" constraint to the named property Note: throws an exception outside of a QueryOver expression
(Defined by RestrictionExtensions.)
Public Extension MethodIsProxy (Defined by NHibernateProxyHelper.)
Public Extension MethodToTypeParameters (Defined by ReflectHelper.)

Properties

See Also