Introduction - If you have any usage issues, please Google them yourself
hibernate to access the database code and business logic mixed together to bring a lot of problems, such a serious impact on program design process scalability and adaptability, so separate code for database operations and business logic, and form a " persistence layer" The concept of