-->
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.  [ 1 post ] 
Author Message
 Post subject: Hibernate and Enums
PostPosted: Fri Jun 20, 2008 10:51 am 
Newbie

Joined: Tue Mar 18, 2008 12:34 pm
Posts: 6
I noticed that when using @Enumerated(EnumType.STRING), hibernates uses enum name() to get enum string and save it to db.
Unfortunately name() cannot be overwriten. Is there a way to tell hibernate to use toString() instead of name()?
Btw, I wonder why hibernate uses name() instead of toString(), considering that by default toString() returns name().

Hibernate version: 3.3


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

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.