-->
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-entitymanager: underscore in column name?
PostPosted: Sat Sep 29, 2007 10:00 pm 
Beginner
Beginner

Joined: Tue May 11, 2004 12:20 am
Posts: 33
Hi,

I'm using hibernate through the JPA (entitymanager) interface.

Currently, I'm using lots of "@Column" annotations in order to map between java field-names that are camelBack (e.g.: employeeName), and DB column-names that have underscores (e.g.: EMPLOYEE_NAME) :

Code:
@Column(name="EMPLOYEE_NAME")
private String employeeName;


But I was wondering: does hibernate offer any vendor-specific way to simplify this (even at the cost of portability) ?
Perhaps some hibernate-specific property in "persistence.xml" (<properties> section), that would tell hibernate to assume default mapping between underscores and camelback (and save the need for many explicit @Column declarations) ?


Thanks a lot :)


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.