File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Object Relational Mapping and the fly likes Porting my enum type from Hibernate2 to Hibernate3 Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Object Relational Mapping
Reply Bookmark "Porting my enum type from Hibernate2 to Hibernate3" Watch "Porting my enum type from Hibernate2 to Hibernate3" New topic
Author

Porting my enum type from Hibernate2 to Hibernate3

Hussein Baghdadi
clojure forum advocate
Bartender

Joined: Nov 08, 2003
Posts: 3334

Hi.
I'm port my own enumerated type in hibernate (a type like Rating class in Hibernat In Action) from Hibernate2 to Hibernate3.2.2
Well, I got tons of errors and a bunch of unimplemented methods.
I override these methods in this way :

But how to override replace( ) method (ofcourse I mean what is the required logic) ?
And more thing :
Does Hibernate3.2 support Java5 enum types ? or I still have to create my own enum types as Hibernate In Action suggests ?
 
 
subject: Porting my enum type from Hibernate2 to Hibernate3
 
Threads others viewed
Using Hibernate & JScience together?
Problem in matching property type
Mapping enum in JPA/Hibernate
JPA, Spring and hibernate.ejb.interceptor
Mapping a Blob to a byte[] in hibernate 3
MyEclipse, The Clear Choice