public class EntityManagerFactory:
Fabrique d'EntityManager, thread-safe.
@example `klyn emf = EntityManagerFactory(config) em = emf.createEntityManager() em.close() emf.close()
| Modifier and Type | Member | Description |
|---|---|---|
| public | EntityManagerFactoryEntityManagerFactory(config as DatabaseConfig): |
No summary. |
| Modifier and Type | Member | Description |
|---|---|---|
| public | closeclose() as Void: |
No summary. |
| public | createEntityManagercreateEntityManager() as EntityManager: |
No summary. |
| public | isOpenisOpen() as Boolean: |
No summary. |