-->
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.  [ 5 posts ] 
Author Message
 Post subject: mapping problem - nvarchar
PostPosted: Mon May 10, 2004 4:39 am 
Regular
Regular

Joined: Fri Nov 21, 2003 10:23 am
Posts: 81
How can I elegantly do this: force hibernate to create nvarchar column types on databases where such type exist (oracle, mssql) and on rest of databases create the same type up to now - varchar.


Top
 Profile  
 
 Post subject:
PostPosted: Mon May 10, 2004 4:43 am 
Hibernate Team
Hibernate Team

Joined: Mon Aug 25, 2003 9:11 pm
Posts: 4592
Location: Switzerland
Write/customize your net.sf.hibernate.dialect

_________________
JAVA PERSISTENCE WITH HIBERNATE
http://jpwh.org
Get the book, training, and consulting for your Hibernate team.


Top
 Profile  
 
 Post subject: steps
PostPosted: Mon May 10, 2004 4:55 am 
Regular
Regular

Joined: Fri Nov 21, 2003 10:23 am
Posts: 81
Can you help me more, what steps I sould do?


Top
 Profile  
 
 Post subject:
PostPosted: Mon May 10, 2004 4:57 am 
Hibernate Team
Hibernate Team

Joined: Mon Aug 25, 2003 9:11 pm
Posts: 4592
Location: Switzerland
Read the code of Oracle9Dialect and see how it uses VARCHAR2. This is trivial.

_________________
JAVA PERSISTENCE WITH HIBERNATE
http://jpwh.org
Get the book, training, and consulting for your Hibernate team.


Top
 Profile  
 
 Post subject: tnx
PostPosted: Mon May 10, 2004 7:38 am 
Regular
Regular

Joined: Fri Nov 21, 2003 10:23 am
Posts: 81
Thanks, it works ok.


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 5 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.