repository
The fully qualified name of the target repository class.
In order to overwrite the target repository of a single SQL statement, use the repository option.
You can specify the fully qualified name of the repository that should contain your statement, or
you can just specify the name of the class and YoSQL will add the
base package name
and the Repository suffix
for you.
Related Options
Also in this group: annotations , catchAndRethrow , createConnection , description , executeBatch , executeOnce , generateConnectionOverloads , generateResultRowType , name , parameters , resultRowColumns , resultRowConverter , resultRowType , returningMode , throwOnMultipleResults , type , validateSchema , vendor , writesReturnUpdateCount .
Front Matter
In order to configure this option, place the following code in the front matter of your SQL statement:
-- repository: configValue
SELECT something
FROM your_database_schema
WHERE some_column = :some_value