News

With the help of java, i have created concat() string method. in the example given below, i have used '+' operator , stringbuilder and stringbuffer class to join string in java. the string concat() ...
Hello, I'm using maven with querydsl version 4.1.4 and MariaDB 10.1.14 MariaDB supports GROUP_CONCAT() function. But when i use it in querydsl like below, it occurs exception. Is there any solution?