SessionFactoryImpl

Implementation of HibernateD SessionFactory

Constructors

this
this(EntityMetaData metaData, Dialect dialect, DataSource connectionPool)
Undocumented in source.

Members

Functions

close
void close()
Undocumented in source. Be warned that the author may not have intended to support it.
getDBMetaData
DBInfo getDBMetaData()
Undocumented in source. Be warned that the author may not have intended to support it.
isClosed
bool isClosed()
Undocumented in source. Be warned that the author may not have intended to support it.
openSession
Session openSession()
Undocumented in source. Be warned that the author may not have intended to support it.
sessionClosed
void sessionClosed(SessionImpl session)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_dbInfo
DBInfo _dbInfo;
Undocumented in source.
activeSessions
SessionImpl[] activeSessions;
Undocumented in source.
connectionPool
DataSource connectionPool;
Undocumented in source.
dialect
Dialect dialect;
Undocumented in source.

Inherited Members

From SessionFactory

close
void close()

close all active sessions

isClosed
bool isClosed()

check if session factory is closed

openSession
Session openSession()

creates new session

getDBMetaData
DBInfo getDBMetaData()

retrieve information about tables and indexes for schema

Meta