aspose file tools
The moose likes Object Relational Mapping and the fly likes mapping in hibernate Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Databases » Object Relational Mapping
Reply Bookmark "mapping in hibernate" Watch "mapping in hibernate" New topic
Author

mapping in hibernate

nishi bajaj
Greenhorn

Joined: Aug 30, 2010
Posts: 2
I have to map a comma separated string stored in table to a list of values in java class. How to map this in hibernate configuration file?
Paul Sturrock
Bartender

Joined: Apr 14, 2004
Posts: 10336

A String is a String as far as Hibernate (and the database) is concerned. You'll need to programatically transform this String value in code.


JavaRanch FAQ HowToAskQuestionsOnJavaRanch
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: mapping in hibernate
 
Similar Threads
hibernate-annotations error
how to use spaced column names in hibernate orderby mapping xml
Need example how to "hibernate" a JTree
handling null's declaratively
One java class & Two tables Hibernate