entitySequenceName
The name of the corresponding entity sequence in the generated code.
If not specified, the name will be the plural form of the annotated class's name, with the first word in lower case, 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
.