From bd13286d87e6273db0f55e8fd95ba3730171def4 Mon Sep 17 00:00:00 2001 From: Alessandro Iezzi Date: Mon, 27 Dec 2021 15:58:27 +0100 Subject: Initial commit --- docs/querydsl/querydsl.rhtml | 6 ++++++ docs/querydsl/querydsl.rhtml.config | 2 ++ 2 files changed, 8 insertions(+) create mode 100644 docs/querydsl/querydsl.rhtml create mode 100644 docs/querydsl/querydsl.rhtml.config (limited to 'docs/querydsl') 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 @@ +

QueryDSL

+ +

Richiamare una funzione SQL

+

Per poter richiamare una funzione SQL si può usare + TemplateExpressions. Di seguito viene riportato un esempio:

+
query.select(Expressions.stringTemplate("string_agg({0}, {1}", arg0, arg1);
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 -- cgit v1.2.3