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.  [ 2 posts ] 
Author Message
 Post subject: Urgent help required(unicode data in hibernate)
PostPosted: Thu Mar 29, 2007 7:16 am 
Newbie

Joined: Thu Mar 29, 2007 7:03 am
Posts: 9
Location: Delhi
Hi
I m using hibernate 3.0 with spring. Database uses is oracle.
I wants to insert unicode data(nvarchar) in to database using hibernate but it is inserting some junk values.

Mapping file is as
<class entity-name="CHANNEL_GRADES">
<id name="grade_code"
type="string"
column="grade_code">
<generator class="assigned"/>
</id>
<property name="grade_name" type="string">
<column name="grade_name" sql-type="NVARCHAR"/>
</property>
<property name="status"
column="status"
type="string"/>
</class>

_________________
Jini


Top
 Profile  
 
 Post subject: Please if there is any one who can help
PostPosted: Mon Apr 02, 2007 8:09 am 
Newbie

Joined: Thu Mar 29, 2007 7:03 am
Posts: 9
Location: Delhi
Hi for my query its around 22 views but not a single solution.
Kindly try to solve my problem

_________________
Jini


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

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:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.