| 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
|
 |
 |
|
|
subject: mapping in hibernate
|
|
|