-->
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: OptimisticLockType vs. optimistic-lock="false"
PostPosted: Wed Sep 17, 2008 11:12 am 
Beginner
Beginner

Joined: Fri Aug 29, 2003 4:26 am
Posts: 26
Location: Germany, Dortmund
Hi!

Is it possible to get the same optimistic locking behaviour from the mapping file:
Code:
    <set name="childs" access="field" inverse="true" cascade="none" optimistic-lock="false">
      <key column="parent_id"/>
      <one-to-many class="Child"/>
    </set>

with annotations?

I have found org.hibernate.annotations.OptimisticLockType, but I can only use it at the Entity, but not for a @OneToMany.

_________________
Bye
Kai


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.