The ISessionFactoryImplementor type exposes the following members.

Properties

  NameDescription
Public propertyConnectionProvider
Get the IConnectionProvider used.
Public propertyCurrentSessionContext
Gets the ICurrentSessionContext instance attached to this session factory.
Public propertyDefinedFilterNames
Obtain a set of the names of all filters defined on this SessionFactory.
(Inherited from ISessionFactory.)
Public propertyDialect
Get the SQL Dialect.
Public propertyEntityNotFoundDelegate
Public propertyInterceptor
Public propertyIsClosed
Was this ISessionFactory already closed?
(Inherited from ISessionFactory.)
Public propertyQueryCache
Get the default query cache
Public propertyQueryPlanCache
Public propertySettings
Public propertySQLExceptionConverter
Retrieves the SQLExceptionConverter in effect for this SessionFactory.
Public propertySQLFunctionRegistry
Public propertyStatistics
Get the statistics for this session factory
(Inherited from ISessionFactory.)
Public propertyStatisticsImplementor
Statistics SPI
Public propertyTransactionFactory
Public propertyUpdateTimestampsCache
The cache of table update timestamps

See Also