summaryrefslogtreecommitdiff
path: root/docs/querydsl/querydsl.rhtml
diff options
context:
space:
mode:
authorAlessandro Iezzi <aiezzi@alessandroiezzi.it>2021-12-27 15:58:27 +0100
committerAlessandro Iezzi <aiezzi@alessandroiezzi.it>2021-12-27 15:58:27 +0100
commitbd13286d87e6273db0f55e8fd95ba3730171def4 (patch)
treee577625a7afbe553925c8c99e2c50ae302a32362 /docs/querydsl/querydsl.rhtml
downloadwebsite-bd13286d87e6273db0f55e8fd95ba3730171def4.tar.gz
website-bd13286d87e6273db0f55e8fd95ba3730171def4.zip
Initial commit
Diffstat (limited to 'docs/querydsl/querydsl.rhtml')
-rw-r--r--docs/querydsl/querydsl.rhtml6
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&ograve; usare
+ <i>TemplateExpressions</i>. Di seguito viene riportato un esempio:</p>
+<pre>query.select(Expressions.stringTemplate("string_agg({0}, {1}", arg0, arg1);</pre>