i have a question in creating pojo class in MyEclipse5
i have a table author
in which 2 column are present
id
name
i generated pojo classes from hibernate reverse enginnering
then i got 5 classes
AbstractAuthor
AuthorId
AbstractAuthorId
Author
AuthorDAO
my question is that
whai is the need of AuthorId classes
i go through your tutorial
http://www.myeclipseide.com/documentation/quickstarts/hibernate/
but i can not found these id classes
in your tutorial
i m confuse why MyEclipse generate such type of classes