Namespaces

Types

Type Settings

Namespace NHibernate.Cfg

Methods

Properties

Public instance methods

bool Equals(object obj)

Parameters
return bool
object obj

int GetHashCode()

Parameters
return int

Type GetType()

Parameters
return Type

string ToString()

Parameters
return string

Public properties

int BatchSize get; set;

return int

ICacheProvider CacheProvider get; set;

return ICacheProvider

string CacheRegionPrefix get; set;

return string

IConnectionProvider ConnectionProvider get; set;

return IConnectionProvider

ConnectionReleaseMode ConnectionReleaseMode get; set;

return ConnectionReleaseMode

string DefaultSchemaName get; set;

return string

Dialect Dialect get; set;

return Dialect

bool IsAutoCreateSchema get; set;

return bool

bool IsAutoDropSchema get; set;

return bool

bool IsAutoUpdateSchema get; set;

return bool

bool IsGetGeneratedKeysEnabled get; set;

return bool

bool IsMinimalPutsEnabled get; set;

return bool

IsolationLevel IsolationLevel get; set;

return IsolationLevel

bool IsOuterJoinFetchEnabled get; set;

return bool

bool IsQueryCacheEnabled get; set;

return bool

bool IsScrollableResultSetsEnabled get; set;

return bool

bool IsSecondLevelCacheEnabled get; set;

return bool

bool IsShowSqlEnabled get; set;

return bool

int MaximumFetchDepth get; set;

return int

IQueryCacheFactory QueryCacheFactory get; set;

return IQueryCacheFactory

IDictionary QuerySubstitutions get; set;

return IDictionary

IQueryTranslatorFactory QueryTranslatorFactory get; set;

return IQueryTranslatorFactory

string SessionFactoryName get; set;

return string

int StatementFetchSize get; set;

return int

ITransactionFactory TransactionFactory get; set;

return ITransactionFactory