public interface ProviderConfiguration:
Provider-neutral configuration marker used by EntityManagerFactory.
Concrete providers retain their own strongly typed connection or storage configuration. Entity types belong exclusively to the EntityManagerFactory model and are never inferred from this contract.
configuration as ProviderConfiguration = sqlConfiguration print(configuration.providerName)
| Modifier and Type | Member | Description |
|---|---|---|
| public readonly property | providerNameproviderName as String |
Stable provider family name. |