Supporting SQL Function around inserting value in Criteria #268
Labels
for: external-project
For an external project and not something we can fix
status: blocked
An issue that's blocked on an external project change
Uh oh!
There was an error while loading. Please reload this page.
We can use annotation to insert value in function:
then
repository.save(doc)
generate:insert into doc(id,english,french) values(123, 'good day', translate('french', english))
this will greatly simplify the logic and source code.
The text was updated successfully, but these errors were encountered: