-->
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.  [ 2 posts ] 
Author Message
 Post subject: Possible to persist column not in domain object?
PostPosted: Sat Oct 30, 2004 4:01 pm 
Newbie

Joined: Sat Oct 30, 2004 3:48 pm
Posts: 14
Is it possible to persist column not in domain object?

All of our legacy tables have a column called LOG_COUNTER, that was used for versioning with a mainframe 3GL. Is is possible to leave this property out of my domain object since i'm am not using it, and have a 0 inserted when I save()?


Top
 Profile  
 
 Post subject:
PostPosted: Sun Oct 31, 2004 5:58 am 
Hibernate Team
Hibernate Team

Joined: Mon Aug 25, 2003 9:11 pm
Posts: 4592
Location: Switzerland
Set a "default" value in your database catalog for this column and ignore it in your Hibernate mappings and Java objects.

_________________
JAVA PERSISTENCE WITH HIBERNATE
http://jpwh.org
Get the book, training, and consulting for your Hibernate team.


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 2 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.