-->
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.  [ 3 posts ] 
Author Message
 Post subject: Null vs Empty string
PostPosted: Thu Jan 05, 2006 8:22 am 
Beginner
Beginner

Joined: Sat Oct 18, 2003 8:00 pm
Posts: 22
With hsql, hibernate returns an empty string for null fields, and with oracle it returns null. What could I do to work the same way?

thanks
Emerson

Hibernate version: 3.1

Mapping documents:

<class name="com.yell2.core.enhancer.Component" table="component">
<id name="id" type="long">
<column name="id" not-null="false" />
<generator class="increment" />
</id>
<property name="createdDate" column="created_date" />
<property name="status" column="status" />
<property name="statusMsg" column="status_msg" />
<property name="type" column="type" />
<property name="updatedDate" column="updated_date" />
<property name="value" column="value" type="java.lang.String"
length="5000" />
...


Top
 Profile  
 
 Post subject:
PostPosted: Sat Jan 07, 2006 8:35 am 
Expert
Expert

Joined: Thu May 26, 2005 9:19 am
Posts: 262
Location: Oak Creek, WI
Hi,

With hsql, hibernate returns an empty string for null fields, and with oracle it returns null

I think there is problem somewhere but not in the Hibernate.

Try to produce a query for INSERT with hibernate and dont set values to some attributes and check it Hibernate will not insert null in to the Database.

_________________
RamnathN
Senior Software Engineer
http://www.linkedin.com/in/ramnathn
Don't forget to rate.


Top
 Profile  
 
 Post subject:
PostPosted: Sat Jan 07, 2006 1:57 pm 
Expert
Expert

Joined: Sat Jun 12, 2004 4:49 pm
Posts: 915
in oracle empty string and null are same - it is changed in newer versions, but many applications (maybe jdbc driver) suppose this


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