EntityManagerFactory

Undocumented in source.

Constructors

this
this(string name, EntityOption option)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

autoCreateTables
void autoCreateTables()
Undocumented in source. Be warned that the author may not have intended to support it.
close
void close()
Undocumented in source. Be warned that the author may not have intended to support it.
createEntityManager
deprecated EntityManager createEntityManager()
Undocumented in source. Be warned that the author may not have intended to support it.
createQueryBuilder
QueryBuilder createQueryBuilder()
Undocumented in source. Be warned that the author may not have intended to support it.
createTables
void createTables()
Undocumented in source. Be warned that the author may not have intended to support it.
currentEntityManager
EntityManager currentEntityManager()
Undocumented in source. Be warned that the author may not have intended to support it.
getDatabase
Database getDatabase()
Undocumented in source. Be warned that the author may not have intended to support it.
getDialect
Dialect getDialect()
Undocumented in source. Be warned that the author may not have intended to support it.
newEntityManager
EntityManager newEntityManager()
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

prepareEntity
void prepareEntity()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_db
Database _db;
Undocumented in source.
_dialect
Dialect _dialect;
Undocumented in source.
_name
string _name;
Undocumented in source.
_option
EntityOption _option;
Undocumented in source.

Meta