We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 990f6ec commit 65e76e7Copy full SHA for 65e76e7
README.md
@@ -97,4 +97,11 @@ Some functions of "Doma Tools" can be customized from the settings screen.
97
- Customize action shortcut keys
98
- Toggle the SQL formatting feature on or off
99
- Specify the class names that define custom functions.
100
- 
+
101
+**If you want to use custom functions defined in your own ExpressionFunctions implementation class,
102
+place a `doma.compile.config` file directly under the resources directory and describe the `doma.expr.functions` entry.**
103
104
+ex) doma.compile.config
105
+```properties
106
+doma.expr.functions=example.expression.MyExpressionFunctions
107
+```
0 commit comments