sql - How to set projection for concatenated result of two columns in Hibernate Criteria -
I have trouble bringing the consensual result of two columns to the Hibernate criteria in a single result.
SQL query:
choose first name {||] '' || How to set the projection for the inclusion of two columns in the hibernation criteria? post-text "itemprop =" text "> / benchmarking option (eg expression (coxet ( First name, '', last name), input); // a SQL-like function? Criteria. ("Context (first name, 'last name)", input); / perhaps a database-dependent concatenator? ("First name +" + "last name"); criteria ("first name" 'last name ");
Comments
Post a Comment