ProviderConfiguration
interfacein packageklyn.data
public interface ProviderConfiguration:
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)
Properties
Modifier and Type Member Description
public readonly property providerName
providerName as String
Stable provider family name.