-->
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: Is this bug?
PostPosted: Sat Aug 14, 2004 1:42 pm 
Beginner
Beginner

Joined: Sun Oct 12, 2003 2:14 pm
Posts: 25
Location: Zagreb, Croatia
I have column ponedjeljak as char(1), it was declared in java:

private char ponedjeljak='0';

public char getPonedjeljak() {
return ponedjeljak;
}

public void setPonedjeljak(char ponedjeljak) {
this.ponedjeljak=ponedjeljak;
}

After calling in code setPonedjeljak('1') I will get in database value 't' instead of '1'. Problem was because I had method:

public boolean isPonedjeljak() {
return '1'==getPonedjeljak();
}

After I renamed method isPonedjeljak() to isOnPonedjeljak() insert work. Is this bug?


Top
 Profile  
 
 Post subject:
PostPosted: Sat Aug 14, 2004 6:03 pm 
Hibernate Team
Hibernate Team

Joined: Tue Aug 26, 2003 12:50 pm
Posts: 5130
Location: Melbourne, Australia
yes, it is a bug in your JavaBean


Top
 Profile  
 
 Post subject:
PostPosted: Sun Aug 15, 2004 9:37 am 
Beginner
Beginner

Joined: Sun Oct 12, 2003 2:14 pm
Posts: 25
Location: Zagreb, Croatia
:-) Or it is "done by specification" :-))))


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.