DatabaseNamingStrategy
Naming strategy for database tables and columns.
Functions
Link copied to clipboard
Generate the column name.
Link copied to clipboard
abstract fun getRefColumnName(c: KSClassDeclaration, prop: KSPropertyDeclaration, ref: TableMetadata): String
Generate the reference column name.
Link copied to clipboard
Generate the table name.