diff options
Diffstat (limited to 'docs/querydsl')
-rw-r--r-- | docs/querydsl/querydsl.rhtml | 6 | ||||
-rw-r--r-- | docs/querydsl/querydsl.rhtml.config | 2 |
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ò 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 |