kushal karanjkar

Greenhorn
+ Follow
since Sep 20, 2008
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by kushal karanjkar

Hi all,

I am using Netbeans 6.1 and hibernate 3 to create web application. (Java)
I am creating POJO(user) entities from my MysQL database.
I want know any tool/ waye which allow me to directly create user.hbm.xml file and its mapping with user table.
Currently, i can directly create .hbm.xml file but I need to do mapping by my self which took some time and can cause error.
Like i am getting error due to java.util.date mapping & many-one-mapping.

Please tell me anything you know to do faster mapping.

Thanks & regards,
Kushal