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

mysql - How to enter php data into a html multiple select box -

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

c++ - Cassandra datastax cpp driver - avoiding unnecessary copies -