-->
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: UserType as Identifier
PostPosted: Mon Apr 10, 2006 1:04 pm 
Beginner
Beginner

Joined: Wed Oct 05, 2005 5:35 am
Posts: 47
Location: France
OK, let's say I need a UserType to be used as identifier...
Should I implement IUserType? That is obviously not quite enough since CustomType doesn't implement IIdentifierType... What is the recommended way to make a custom identifier type?

Thanks,
Alex


Top
 Profile  
 
 Post subject:
PostPosted: Tue Apr 11, 2006 7:03 am 
Contributor
Contributor

Joined: Wed May 11, 2005 4:59 pm
Posts: 1766
Location: Prague, Czech Republic
For identifier types you need to implement IType interface (and IIdentifierType) instead of IUserType. You can derive your class from one of NHibernate's internal types (such as AbstractType or ImmutableType) to make it easier.

Implementing IIdentifierType on a user type will not work. IUserType is wrapped in an instance of CustomType at runtime and CustomType does not implement IIdentifierType.


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.