EntityManagerFactoryState
classin packageklyn.data.internal
public final class EntityManagerFactoryState:
EntityManagerFactoryState

Shared lifecycle state for a factory and its schema manager.

Properties
Modifier and Type Member Description
public readonly property open
open as Boolean:
Returns whether the owning factory still accepts new operations.
Methods
Modifier and Type Member Description
public close
close() as Void:
Atomically closes the shared factory lifecycle state.
public ensureOpen
ensureOpen() as Void:
Fails when the owning factory has already been closed.