- Introduction to Hibernate Framework
- Important interfaces of Hibernate
- Bootstrap Hibernate – Create SessionFactory
- Mapping Types in Hibernate
- many-to-one association in Hibernate
- Mapping Types in Hibernate
- Mapping enums in Hibernate
- Mapping LOBs in Hibernate
- An introduction to caching in Hibernate
- Second-level cache in Hibernate
- Hibernate Entity LifeCycle
- JPA @Embedded And @Embeddable
- One-to-One Mapping in Hibernate
- Hibernate N+1 Problem
- Differences between get() and load() in Hibernate
- SessionFactory vs. Session in Hibernate
- Pagination in JPA
- How Hibernate’s Dirty Checking Impacts Performance in Batch Operations
- How to Implement Sharding and Partitioning Strategies in JPA
- How would you audit entity creation and update times automatically?
- Explain a scenario where you would use entity listeners in JPA