Overload List
| Name | Description | |
|---|---|---|
| OpenSession()()()() |
Create a database connection and open a ISession on it
(Inherited from ISessionFactory.) | |
| OpenSession(IDbConnection) |
Open a ISession on the given connection
(Inherited from ISessionFactory.) | |
| OpenSession(IInterceptor) |
Create database connection and open a ISession on it, specifying an interceptor
(Inherited from ISessionFactory.) | |
| OpenSession(IDbConnection, IInterceptor) |
Open a ISession on the given connection, specifying an interceptor
(Inherited from ISessionFactory.) | |
| OpenSession(IDbConnection, Boolean, Boolean, ConnectionReleaseMode) |
Open a session conforming to the given parameters. Used mainly
for current session processing.
|