Beginner |
|
Joined: Tue Aug 26, 2008 4:24 pm Posts: 29
|
I thought Hibernate Synchronizer was made to create the beans(with getters and setters) the mapping files represent, but what I see when I select the mapping files manually and I select "hibernate syncronizer => synchronize" it creates me classes but they are not beans(dont see any getter o setter) and also it creates three packages like:
-persistentclasses.base
-persistentclasses.dao
-persistentclasses.iface
So:
1)Do I have to create the beans manually?
2)How to use the three packages mentioned before?
Thanks
|
|