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

Popular posts from this blog

java - Can't add JTree to JPanel of a JInternalFrame -

javascript - data.match(var) not working it seems -

javascript - How can I pause a jQuery .each() loop, while waiting for user input? -