Useful Links
Computer Science
Java Ecosystem
Hibernate
1. Introduction to Object-Relational Mapping
2. Hibernate Overview
3. Hibernate Architecture
4. Project Setup and Configuration
5. Entity Mapping Fundamentals
6. Association Mapping
7. Fetching Strategies
8. Cascade Operations
9. Entity Lifecycle and Persistence Context
10. CRUD Operations
11. Transaction Management
12. Querying with HQL
13. JPQL and Criteria API
14. Native SQL Queries
15. Inheritance Mapping
16. Caching Architecture
17. Advanced Hibernate Features
18. Performance Optimization
19. Best Practices and Common Patterns
Hibernate Overview
What is Hibernate
Definition and Purpose
History and Evolution
Key Features and Capabilities
Architecture Philosophy
Hibernate in the Java Ecosystem
Relationship to JDBC
JPA Implementation
Integration with Frameworks
Hibernate vs Alternatives
Hibernate vs Pure JDBC
Hibernate vs MyBatis
Hibernate vs JPA Providers
Native Hibernate vs JPA APIs
Previous
1. Introduction to Object-Relational Mapping
Go to top
Next
3. Hibernate Architecture