-->
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: updatable set to false
PostPosted: Tue Sep 08, 2009 1:40 pm 
Newbie

Joined: Mon May 11, 2009 9:12 am
Posts: 3
Hi,

I would like to use the updatable=false functionality in my annotations as follows:

@ManyToOne(optional=false)
@JoinColumn(name="profileTypeUid", nullable=false, updatable=false)
public ProfileType getProfileType() {
return profileType;
}

When I mistakenly try to update this column in my code, it fails silently (the update does not happen as it shouldn't). Is there a way to either have this throw an exception or at very least log something in the log file?

Thanks,
Dave


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.