Hướng dẫn tự học Hibernate Framework bằng tiếng việt.
Các ví dụ mở đầu cho Hibernate.
- Giới thiệu về hibernate framework
- Kết nối cơ sở dữ liệu bằng eclipse
- Cài đặt Hibernate Tool
- Tạo ra các class Entity từ các bảng tương ứng trong database.
- Truy vấn cơ sở dữ liệu bằng hibernate
Học Hibernate qua các ví dụ
- Code ví dụ Hibernate truy vấn database với SessionFactory, Session
- Code ví dụ Hibernate truy vấn database với EntityManagerFactory, EntityManager
- Code ví dụ Hibernate Criteria
- Code ví dụ Hibernate One To Many (@OneToMany, @ManyToOne)
- Code ví dụ Hibernate @Enumerated, lưu dữ liệu dạng Enum.
- Code ví dụ Hibernate Named Query (annotation @NamedQuery, @NameQueries)
- Code ví dụ Hibernate annotation @Version
- Code ví dụ hibernate annotation @CreationTimestamp, @UpdateTimestamp
- Code ví dụ với JPA Callbacks method @PrePersist, @PreUpdate, @PostRemove
- Code ví dụ phân trang với hibernate (Hibernate Pagination)
Các câu hỏi thường gặp về hibernate.
- ORM là gì? Tổng quan về ORM Framework.
- Giải thích các annotation trong Hibernate
- Locking trong Hibernate, so sánh Optimistic lock với Pessimistic lock
- Sự khác nhau giữa load() và get() trong Hibernate
- Hibernate Batch Processing là gì? Batch Processing trong Hibernate
- Sự khác nhau giữa merge với saveOrUpdate trong Hibernate
- Phân biệt save, persist, update, merge, saveOrUpdate trong hibernate
- So sánh sự khác nhau Hibernate Session với JPA EntityManager
- Sự khác nhau giữa openSession() và getCurrentSession() trong Hibernate.
Hướng dẫn tự học Hibernate Framework bằng tiếng việt stackjava.com
References:
http://docs.jboss.org/hibernate/orm/…Hibernate_User_Guide.html