-->
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: Problem with PropertyAccessor and Criteria
PostPosted: Tue Jan 23, 2007 8:48 am 
Newbie

Joined: Mon Jan 22, 2007 3:45 pm
Posts: 9
Hi,

I have Objects with an ObjectId class as an identifier. This is mapped to a long in the DB.

In the corresponding hibernate mapping I specified a PropertyAccesor in the <id> tag which does the conversion long to/from ObjectId

This works fine as long as I use Session.get() and load().

But when I create a Criteria, I get a ClassCastException when I add a Restrictions.eq("oid", myObject.getObjectId()) because Hibernate tries to assign a long. The PropertyAccessor is obviously not used in this case.

Have forgot something?

Regards, Markus


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.