-->
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: Custom UserType
PostPosted: Mon Mar 15, 2004 5:37 am 
Beginner
Beginner

Joined: Wed Mar 03, 2004 6:02 am
Posts: 46
Location: Kuala Lumpur, Malaysia
Vital stats: Hibernate 2.1.2

After creating a custom type, MoneyType; how do I register this new Type with Hibernate ? I also want hibernatedoclet to work with MoneyType.

Thanks

Alistair


Top
 Profile  
 
 Post subject:
PostPosted: Mon Mar 15, 2004 9:33 am 
Senior
Senior

Joined: Sun Jan 04, 2004 2:46 pm
Posts: 147
I know nothing about doclet but using a custom type just do...

Code:
    <property name="MyMoney" column="my_money" type="com.mydomain.java.MoneyType" />


specifying the classpath correctly for MoneyType.


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.