Need help with Hibernate? Read this first:
http://www.hibernate.org/ForumMailingli ... AskForHelp
Hibernate version: 3.0.5
Name and version of the database you are using: SQL Server 2000
Hi all,
I try to add class mapping at runtime by using Configuration.addClass(), but when I try to add two classes from different package but with the same name it produces duplicate import exception, here's my classes :
Class 1 : com.farbeyond.ejb.admin.model.Branch
Class 2 : com.farbeyond.ejb.research.model.Branch
Is there any way to overcome this problem without having to change the class name ? Because I don't have any access on those classes.
Any help would be greatly appreciated.
Regards,
Setya