ProviderConfiguration
interfacein packageklyn.data
public interface ProviderConfiguration:
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)
Properties
Modifier and Type Member Description
public readonly property mappedTypes
mappedTypes as IList<Type>
Entity types explicitly contributed by this provider configuration.
public readonly property providerName
providerName as String
Stable provider family name.