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 -

asp.net mvc - How to attach sql database to a javascript graph -

c# - How to know the number of Threads created and limit the Tasks accordingly -