aboutsummaryrefslogtreecommitdiff
path: root/docs
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
downloadwebsite-bd13286d87e6273db0f55e8fd95ba3730171def4.tar.gz
website-bd13286d87e6273db0f55e8fd95ba3730171def4.zip
Initial commit
Diffstat (limited to 'docs')
-rw-r--r--docs/querydsl/querydsl.rhtml6
-rw-r--r--docs/querydsl/querydsl.rhtml.config2
2 files changed, 8 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>
diff --git a/docs/querydsl/querydsl.rhtml.config b/docs/querydsl/querydsl.rhtml.config
new file mode 100644
index 0000000..d27de86
--- /dev/null
+++ b/docs/querydsl/querydsl.rhtml.config
@@ -0,0 +1,2 @@
+title = "QueryDSL"
+pageName = notes \ No newline at end of file