public final class EntityManagerFactoryState:
Shared lifecycle state for a factory and its schema manager.
| Modifier and Type | Member | Description |
|---|---|---|
| public readonly property | openopen as Boolean: |
Returns whether the owning factory still accepts new operations. |
| Modifier and Type | Member | Description |
|---|---|---|
| public | closeclose() as Void: |
Atomically closes the shared factory lifecycle state. |
| public | ensureOpenensureOpen() as Void: |
Fails when the owning factory has already been closed. |