| Name | Description |
---|
![Protected method Protected method](../icons/protmethod.gif) | AfterOperation | (Inherited from AbstractSessionImpl.) |
![Public method Public method](../icons/pubmethod.gif) | AfterTransactionBegin | (Overrides AbstractSessionImpl..::..AfterTransactionBegin(ITransaction).) |
![Public method Public method](../icons/pubmethod.gif) | AfterTransactionCompletion | (Overrides AbstractSessionImpl..::..AfterTransactionCompletion(Boolean, ITransaction).) |
![Public method Public method](../icons/pubmethod.gif) | BeforeTransactionCompletion | (Overrides AbstractSessionImpl..::..BeforeTransactionCompletion(ITransaction).) |
![Public method Public method](../icons/pubmethod.gif) | BeginTransaction()()()() |
Begin a NHibernate transaction
|
![Public method Public method](../icons/pubmethod.gif) | BeginTransaction(IsolationLevel) |
Begin a NHibernate transaction with the specified isolation level
|
![Public method Public method](../icons/pubmethod.gif) | BestGuessEntityName | (Overrides AbstractSessionImpl..::..BestGuessEntityName(Object).) |
![Protected method Protected method](../icons/protmethod.gif) | CheckAndUpdateSessionStatus | (Inherited from AbstractSessionImpl.) |
![Public method Public method](../icons/pubmethod.gif) | Close | Close the stateless session and release the ADO.NET connection. |
![Public method Public method](../icons/pubmethod.gif) | CloseSessionFromDistributedTransaction | (Overrides AbstractSessionImpl..::..CloseSessionFromDistributedTransaction()()()().) |
![Protected method Protected method](../icons/protmethod.gif) | Convert | (Inherited from AbstractSessionImpl.) |
![Public method Public method](../icons/pubmethod.gif) | CreateCriteria(String) |
Create a new ICriteria instance, for the given entity name.
|
![Public method Public method](../icons/pubmethod.gif) | CreateCriteria(Type) | |
![Public method Public method](../icons/pubmethod.gif) | CreateCriteria(String, String) |
Create a new ICriteria instance, for the given entity name,
with the given alias.
|
![Public method Public method](../icons/pubmethod.gif) | CreateCriteria(Type, String) | |
![Public method Public method](../icons/pubmethod.gif) | CreateCriteria<(Of <<'(T>)>>)()()()() |
Create a new ICriteria instance, for the given entity class,
or a superclass of an entity class.
|
![Public method Public method](../icons/pubmethod.gif) | CreateCriteria<(Of <<'(T>)>>)(String) |
Create a new ICriteria instance, for the given entity class,
or a superclass of an entity class, with the given alias.
|
![Public method Public method](../icons/pubmethod.gif) | CreateQuery(String) | (Inherited from AbstractSessionImpl.) |
![Public method Public method](../icons/pubmethod.gif) | CreateQuery(IQueryExpression) | (Inherited from AbstractSessionImpl.) |
![Public method Public method](../icons/pubmethod.gif) | CreateSQLQuery | (Inherited from AbstractSessionImpl.) |
![Public method Public method](../icons/pubmethod.gif) | Delete(Object) | Delete a entity. |
![Public method Public method](../icons/pubmethod.gif) | Delete(String, Object) | Delete a entity. |
![Public method Public method](../icons/pubmethod.gif) | Dispose()()()() |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
|
![Protected method Protected method](../icons/protmethod.gif) | Dispose(Boolean) | Releases the unmanaged resources used by the StatelessSessionImpl and optionally releases the managed resources |
![Protected method Protected method](../icons/protmethod.gif) | EnlistInAmbientTransactionIfNeeded | (Inherited from AbstractSessionImpl.) |
![Public method Public method](../icons/pubmethod.gif) | Enumerable(String, QueryParameters) | (Overrides AbstractSessionImpl..::..Enumerable(String, QueryParameters).) |
![Public method Public method](../icons/pubmethod.gif) | Enumerable<(Of <<'(T>)>>)(String, QueryParameters) | (Overrides AbstractSessionImpl..::..Enumerable(String, QueryParameters).) |
![Public method Public method](../icons/pubmethod.gif) | EnumerableFilter(Object, String, QueryParameters) | (Overrides AbstractSessionImpl..::..EnumerableFilter(Object, String, QueryParameters).) |
![Public method Public method](../icons/pubmethod.gif) | EnumerableFilter<(Of <<'(T>)>>)(Object, String, QueryParameters) | (Overrides AbstractSessionImpl..::..EnumerableFilter(Object, String, QueryParameters).) |
![Public method Public method](../icons/pubmethod.gif) | Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![Protected method Protected method](../icons/protmethod.gif) | ErrorIfClosed | (Inherited from AbstractSessionImpl.) |
![Public method Public method](../icons/pubmethod.gif) | ExecuteNativeUpdate | (Overrides AbstractSessionImpl..::..ExecuteNativeUpdate(NativeSQLQuerySpecification, QueryParameters).) |
![Public method Public method](../icons/pubmethod.gif) | ExecuteUpdate | (Overrides AbstractSessionImpl..::..ExecuteUpdate(String, QueryParameters).) |
![Protected method Protected method](../icons/protmethod.gif) | Finalize |
Finalizer that ensures the object is correctly disposed of.
(Overrides Object..::..Finalize()()()().) |
![Public method Public method](../icons/pubmethod.gif) | Flush | (Overrides AbstractSessionImpl..::..Flush()()()().) |
![Public method Public method](../icons/pubmethod.gif) | Get(String, Object) | Retrieve a entity. |
![Public method Public method](../icons/pubmethod.gif) | Get(String, Object, LockMode) |
Retrieve a entity, obtaining the specified lock mode.
|
![Public method Public method](../icons/pubmethod.gif) | Get<(Of <<'(T>)>>)(Object) | Retrieve a entity.
|
![Public method Public method](../icons/pubmethod.gif) | Get<(Of <<'(T>)>>)(Object, LockMode) |
Retrieve a entity, obtaining the specified lock mode.
|
![Public method Public method](../icons/pubmethod.gif) | GetContextEntityIdentifier | (Overrides AbstractSessionImpl..::..GetContextEntityIdentifier(Object).) |
![Public method Public method](../icons/pubmethod.gif) | GetEntityPersister | (Overrides AbstractSessionImpl..::..GetEntityPersister(String, Object).) |
![Public method Public method](../icons/pubmethod.gif) | GetEntityUsingInterceptor | (Overrides AbstractSessionImpl..::..GetEntityUsingInterceptor(EntityKey).) |
![Public method Public method](../icons/pubmethod.gif) | GetFilterParameterType | (Overrides AbstractSessionImpl..::..GetFilterParameterType(String).) |
![Public method Public method](../icons/pubmethod.gif) | GetFilterParameterValue | (Overrides AbstractSessionImpl..::..GetFilterParameterValue(String).) |
![Public method Public method](../icons/pubmethod.gif) | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![Protected method Protected method](../icons/protmethod.gif) | GetHQLQueryPlan(String, Boolean) | (Inherited from AbstractSessionImpl.) |
![Protected method Protected method](../icons/protmethod.gif) | GetHQLQueryPlan(IQueryExpression, Boolean) | (Inherited from AbstractSessionImpl.) |
![Public method Public method](../icons/pubmethod.gif) | GetNamedQuery | (Inherited from AbstractSessionImpl.) |
![Public method Public method](../icons/pubmethod.gif) | GetNamedSQLQuery | (Inherited from AbstractSessionImpl.) |
![Protected method Protected method](../icons/protmethod.gif) | GetNativeSQLQueryPlan | (Inherited from AbstractSessionImpl.) |
![Public method Public method](../icons/pubmethod.gif) | GetQueries | (Overrides AbstractSessionImpl..::..GetQueries(String, Boolean).) |
![Public method Public method](../icons/pubmethod.gif) | GetSessionImplementation |
Gets the stateless session implementation.
|
![Public method Public method](../icons/pubmethod.gif) | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![Public method Public method](../icons/pubmethod.gif) | GuessEntityName | (Overrides AbstractSessionImpl..::..GuessEntityName(Object).) |
![Public method Public method](../icons/pubmethod.gif) | ImmediateLoad | (Overrides AbstractSessionImpl..::..ImmediateLoad(String, Object).) |
![Public method Public method](../icons/pubmethod.gif) | Initialize | (Inherited from AbstractSessionImpl.) |
![Public method Public method](../icons/pubmethod.gif) | InitializeCollection | (Overrides AbstractSessionImpl..::..InitializeCollection(IPersistentCollection, Boolean).) |
![Public method Public method](../icons/pubmethod.gif) | Insert(Object) | Insert a entity. |
![Public method Public method](../icons/pubmethod.gif) | Insert(String, Object) | Insert a row. |
![Public method Public method](../icons/pubmethod.gif) | Instantiate | (Overrides AbstractSessionImpl..::..Instantiate(String, Object).) |
![Public method Public method](../icons/pubmethod.gif) | InternalLoad | (Overrides AbstractSessionImpl..::..InternalLoad(String, Object, Boolean, Boolean).) |
![Public method Public method](../icons/pubmethod.gif) | List(CriteriaImpl) | (Overrides AbstractSessionImpl..::..List<(Of <<'(T>)>>)(CriteriaImpl).) |
![Public method Public method](../icons/pubmethod.gif) | List(String, QueryParameters) | (Overrides AbstractSessionImpl..::..List(String, QueryParameters).) |
![Public method Public method](../icons/pubmethod.gif) | List(CriteriaImpl, IList) | (Overrides AbstractSessionImpl..::..List(CriteriaImpl, IList).) |
![Public method Public method](../icons/pubmethod.gif) | List(IQueryExpression, QueryParameters) | (Inherited from AbstractSessionImpl.) |
![Public method Public method](../icons/pubmethod.gif) | List(NativeSQLQuerySpecification, QueryParameters) | (Overrides AbstractSessionImpl..::..List(NativeSQLQuerySpecification, QueryParameters).) |
![Public method Public method](../icons/pubmethod.gif) | List(String, QueryParameters, IList) | (Overrides AbstractSessionImpl..::..List(String, QueryParameters, IList).) |
![Public method Public method](../icons/pubmethod.gif) | List(IQueryExpression, QueryParameters, IList) | (Overrides AbstractSessionImpl..::..List(IQueryExpression, QueryParameters, IList).) |
![Public method Public method](../icons/pubmethod.gif) | List(NativeSQLQuerySpecification, QueryParameters, IList) | (Overrides AbstractSessionImpl..::..List(NativeSQLQuerySpecification, QueryParameters, IList).) |
![Public method Public method](../icons/pubmethod.gif) | List<(Of <<'(T>)>>)(CriteriaImpl) | (Overrides AbstractSessionImpl..::..List<(Of <<'(T>)>>)(CriteriaImpl).) |
![Public method Public method](../icons/pubmethod.gif) | List<(Of <<'(T>)>>)(String, QueryParameters) | (Overrides AbstractSessionImpl..::..List(String, QueryParameters).) |
![Public method Public method](../icons/pubmethod.gif) | List<(Of <<'(T>)>>)(NativeSQLQuerySpecification, QueryParameters) | (Overrides AbstractSessionImpl..::..List(NativeSQLQuerySpecification, QueryParameters).) |
![Public method Public method](../icons/pubmethod.gif) | ListCustomQuery(ICustomQuery, QueryParameters, IList) | (Overrides AbstractSessionImpl..::..ListCustomQuery(ICustomQuery, QueryParameters, IList).) |
![Public method Public method](../icons/pubmethod.gif) | ListCustomQuery<(Of <<'(T>)>>)(ICustomQuery, QueryParameters) | (Overrides AbstractSessionImpl..::..ListCustomQuery<(Of <<'(T>)>>)(ICustomQuery, QueryParameters).) |
![Public method Public method](../icons/pubmethod.gif) | ListFilter(Object, String, QueryParameters) | (Overrides AbstractSessionImpl..::..ListFilter(Object, String, QueryParameters).) |
![Public method Public method](../icons/pubmethod.gif) | ListFilter<(Of <<'(T>)>>)(Object, String, QueryParameters) | (Overrides AbstractSessionImpl..::..ListFilter(Object, String, QueryParameters).) |
![Public method Public method](../icons/pubmethod.gif) | ManagedClose | |
![Public method Public method](../icons/pubmethod.gif) | ManagedFlush | |
![Protected method Protected method](../icons/protmethod.gif) | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![Public method Public method](../icons/pubmethod.gif) | QueryOver<(Of <<'(T>)>>)()()()() | |
![Public method Public method](../icons/pubmethod.gif) | QueryOver<(Of <<'(T>)>>)(Expression<(Of <<'(Func<(Of <<'(T>)>>)>)>>)) | |
![Public method Public method](../icons/pubmethod.gif) | Refresh(Object) |
Refresh the entity instance state from the database.
|
![Public method Public method](../icons/pubmethod.gif) | Refresh(Object, LockMode) |
Refresh the entity instance state from the database.
|
![Public method Public method](../icons/pubmethod.gif) | Refresh(String, Object) |
Refresh the entity instance state from the database.
|
![Public method Public method](../icons/pubmethod.gif) | Refresh(String, Object, LockMode) |
Refresh the entity instance state from the database.
|
![Public method Public method](../icons/pubmethod.gif) | SetBatchSize | |
![Protected method Protected method](../icons/protmethod.gif) | SetClosed | (Inherited from AbstractSessionImpl.) |
![Public method Public method](../icons/pubmethod.gif) | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![Public method Public method](../icons/pubmethod.gif) | Update(Object) | Update a entity. |
![Public method Public method](../icons/pubmethod.gif) | Update(String, Object) | Update a entity. |