How can I use the function(‘listagg’, string, string_delimiter) and adding the withing group (order by string), as listagg can take only 2 parameters?
Hello @lookcriss, Hibernate natively supports the listagg
function without needing to use the function( 'function_name', ... )
expression. Since version 6.2 you can even use our HibernateCriteriaBuilder
extension and use the listagg
functions with full type safety.