Hi Guys,
I would like to know why myEclipse hibernate tool created abstract class from regulat table entity from mySQL. I mean everything works fine ………
I was able to modifythe class file and hibernate map file manually and everything works fine…..
I am just wondering why it abstract class instead of just regular class.
P.S. I know what abstract class mean… 🙂 does hibernate tool somhow detect metadata from mysql and decided to create abstract class????
Keep up the good work!
K~