Skip to content

Latest commit

 

History

History
41 lines (33 loc) · 1.09 KB

hibernate_tutorial_en.md

File metadata and controls

41 lines (33 loc) · 1.09 KB

Hibernate Tutorial guideline

1. Goals

This section helps you understand the basic syntax of java By the end of the book you will have learned:

  • Components as well as working folow of Hibernate Framework

2. Study time:

5 days

3. Document Link:

You can read the document at the link: [Slide] https://drive.google.com/drive/folders/1y97CT334qUQHU1bgo154ZFSbcF4qwyy2

[Book] http://docs.jboss.org/hibernate/orm/5.0/manual/en-US/html/ http://docs.jboss.org/hibernate/orm/4.2/devguide/en-US/html/ https://docs.jboss.org/hibernate/orm/5.2/userguide/html_single/Hibernate_User_Guide.html

Focus on the following:

    1. Architecture
    1. Configuration
    1. Persistent class
    1. Object mapping
    1. Collection mapping
    1. Association mapping
    1. Working with Hibernate
    1. Transaction
    1. HQL
    1. Criteria
    1. Improving performance

Content reports

You prepare:

  • Slides include the content learned (only write keywords)
  • Prepare code example for important content (should be prepared)

Coding Convention

https://github.com/framgia/coding-standards/blob/master/en/README.md

Happy coding!!!