-->
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: Hibernate Java type to Oracle type mappings
PostPosted: Thu Sep 18, 2003 3:47 pm 
Newbie

Joined: Thu Sep 18, 2003 3:42 pm
Posts: 2
Location: Atlanta, GA
Hello,

Can anyone point me to the specific area of Hibernate sourcecode that maps Java field types to Oracle column types? Thanks in advance!

-pc


Top
 Profile  
 
 Post subject:
PostPosted: Thu Sep 18, 2003 9:33 pm 
Hibernate Team
Hibernate Team

Joined: Tue Aug 26, 2003 3:00 pm
Posts: 1816
Location: Austin, TX
Hibernate maps to SQL types, which are not necessarily the same as the Oracle types. JDBC drivers themselves are responsible for mapping their column type to appropriate SQL standard types. Check out the java.sql.Types class for more info.

Hibernate, then uses classes from it's net.sf.hibernate.types package.


Top
 Profile  
 
 Post subject:
PostPosted: Fri Sep 19, 2003 8:10 am 
Newbie

Joined: Thu Sep 18, 2003 3:42 pm
Posts: 2
Location: Atlanta, GA
Thanks Steve--I will check it out!

-pc


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:
cron
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.