-->
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: Hibernat and column names with SPACES
PostPosted: Thu Apr 21, 2005 11:29 am 
Beginner
Beginner

Joined: Tue Apr 19, 2005 9:39 am
Posts: 45
How does hibernate take into account column names with spaces?

Example:

Table: Person
Column name : First Name


in DB2:
create table person ("First Name" varchar(30))


Hibernate xml file:
...
column= "First Name"


Will it take what is inside there and put it inot an sql command with just that string there (i.e. First Name)

this will not work on the db2 side....Any Help??

I can explain why I am trying to do this if asked.

Brandon[/i]


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.