-->
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: Annotations for unmapping
PostPosted: Wed May 23, 2007 10:20 am 
Newbie

Joined: Wed May 23, 2007 10:07 am
Posts: 12
Location: Italy
Hi, i'm quite new with hibernate... so don't be to angry with me if i write something stupid ;)

Inside my Entity POJO i have some fields, and relative getter/setter, that are not mapping anything that is on my DB. The problem is that when i try to save i get an exception because in the DB there are not the matching columns.I'm working only with annotations.

Is there any annotation that can i use to explain hibernate framework to not try to map that getter/setter to any column??

Thanks for any help.


Top
 Profile  
 
 Post subject:
PostPosted: Wed May 23, 2007 3:20 pm 
Hibernate Team
Hibernate Team

Joined: Sun Sep 14, 2003 3:54 am
Posts: 7256
Location: Paris, France
use @Transient to exclude a field from persistence

_________________
Emmanuel


Top
 Profile  
 
 Post subject:
PostPosted: Thu May 24, 2007 5:07 am 
Newbie

Joined: Wed May 23, 2007 10:07 am
Posts: 12
Location: Italy
Thanks, really


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