className

The name of the corresponding table class in the generated code.

If not specified, the name will be the plural form of the annotated class's name, for example: UserProfile --> UserProfiles. This behavior can be configured by KSP option ktorm.codingNamingStrategy, which accepts an implementation class name of org.ktorm.ksp.spi.CodingNamingStrategy.