-->
These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 1 post ] 
Author Message
 Post subject: Hibernate Support for User Defined Function
PostPosted: Tue Sep 03, 2013 7:57 am 
Newbie

Joined: Wed Aug 28, 2013 5:45 am
Posts: 4
Hi all,
I define my problem with a small example below.
I will have SQL result set as shown below

Quote:
NAME PHONE_NUMBER
------ ----------------
AAAA 11111111111111
AAAA 22222222222222
BBBB 11111111111111


But I need it as

Quote:
NAME PHONE_NUMBER
------ ---------------------------------
AAAA 11111111111111,22222222222222
BBBB 11111111111111


Phone Number column should be joined together for every employee with , delimited value as shown above.

I have done this using Function ( User Defined Function ) in DB2 at database level in the past. But Now I am using Hibernate (with MySQL 5.6 ) because of DB Dialect , So any help to achieve this just by using Hibernate.


Any suggestion please.


Regards,
Arun


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 1 post ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
cron
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.