-->
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: How to best map in Hibern. an java enumeration to SQL table?
PostPosted: Sat Jan 10, 2009 6:31 am 
Beginner
Beginner

Joined: Wed Oct 08, 2008 10:59 am
Posts: 37
Assume I have a java class with an enumeration element

public class myRecord {
...
public enum state;
...
}

How do I define the corresponding SQL table column?

Assume I define it as int: How do I specify in Hibernate a mapping
enumvalue1 <-> 1
enumvalue2 <-> 2
enumvalue3 <-> 3

Peter


Top
 Profile  
 
 Post subject:
PostPosted: Sat Jan 10, 2009 10:50 pm 
Red Hat Associate
Red Hat Associate

Joined: Mon Aug 16, 2004 11:14 am
Posts: 253
Location: Raleigh, NC
Try searching before you post :)

http://www.hibernate.org/?cmd=srchdoc&q=enumeration

_________________
Chris Bredesen
Senior Software Maintenance Engineer, JBoss


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.