public interface ProviderConfiguration:
Provider-neutral configuration marker used by EntityManagerFactory.
Concrete providers retain their own strongly typed configuration and expose a stable provider name for diagnostics and capability validation.
configuration as ProviderConfiguration = sqlConfiguration print(configuration.providerName)
| Modifier and Type | Member | Description |
|---|---|---|
| public readonly property | mappedTypes | Entity types explicitly contributed by this provider configuration. |
| public readonly property | providerNameproviderName as String |
Stable provider family name. |