Hibernate - how to create list of pojos?
Posted
by AspNewbie
on Stack Overflow
See other posts from Stack Overflow
or by AspNewbie
Published on 2010-06-13T10:55:48Z
Indexed on
2010/06/13
11:02 UTC
Read the original article
Hit count: 168
I am very new to Hibernate. I have MySQL database and mapped pojos. What should I do next? I know little bit LINQ to SQL from .NET, and it generates me List of mapped objects.
So basically, what are my next steps after creating POJOS if I want to have List of them and do CRUD operations upon them and data will be also saved in DB not only in java objects ?
kthx
© Stack Overflow or respective owner