RepositoryProcessor
class RepositoryProcessor(options: Map<String, String>, logger: KSPLogger, codeGenerator: CodeGenerator) : SymbolProcessor(source)
Functions
Link copied to clipboard
Link copied to clipboard
Processes repository symbols annotated with a specific annotation, validates these symbols, and generates Kotlin code for their associated functionality. The generated code is written to a new file using a specified file name and package.
Link copied to clipboard
Validates the parameters in a repository method in the context of a SQL query.