diff options
author | 2021-12-27 15:58:27 +0100 | |
---|---|---|
committer | 2021-12-27 15:58:27 +0100 | |
commit | bd13286d87e6273db0f55e8fd95ba3730171def4 (patch) | |
tree | e577625a7afbe553925c8c99e2c50ae302a32362 /docs/querydsl/querydsl.rhtml | |
download | website-bd13286d87e6273db0f55e8fd95ba3730171def4.tar.gz website-bd13286d87e6273db0f55e8fd95ba3730171def4.zip |
Initial commit
Diffstat (limited to 'docs/querydsl/querydsl.rhtml')
-rw-r--r-- | docs/querydsl/querydsl.rhtml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/querydsl/querydsl.rhtml b/docs/querydsl/querydsl.rhtml new file mode 100644 index 0000000..72f2e69 --- /dev/null +++ b/docs/querydsl/querydsl.rhtml @@ -0,0 +1,6 @@ +<h1>QueryDSL</h1> + +<h2>Richiamare una funzione SQL</h2> +<p>Per poter richiamare una funzione SQL si può usare + <i>TemplateExpressions</i>. Di seguito viene riportato un esempio:</p> +<pre>query.select(Expressions.stringTemplate("string_agg({0}, {1}", arg0, arg1);</pre> |