Here we will see Hibernate/JPA Example Using Spring Boot. The first couple of example(till 6th) has not been written using Spring Boot, rest of example has been written using Spring Boot.
Hibernate Basic.
- Hibernate and ORM.
- Benefits Of Hibernate.
- SessionFactory and Session in hibernate? How we will get this object?
- Transaction management in hibernate? How we get the transaction object in hibernate?
- Hibernate.cfg.xml file with the explanation.
- Simple program which save the entity(java class) in Database?
Examples using Maven, Spring Boot, Spring Data JPA, Postman and Oracle.
- Hibernate Single Table Inheritance using Spring Boot.
- Hibernate Table Per Subclass Inheritance Spring Boot.
- Hibernate Table Per Concrete Class Spring Boot.
- One to One Mapping in Hibernate/JPA using Spring Boot and Oracle.
- One to One Bidirectional Mapping Example In Hibernate/JPA Using Spring Boot and Oracle.
- One To Many Mapping Annotation Example In Hibernate/JPA Using Spring Boot And Oracle.
- Many To One Unidirectional Mapping In Hibernate/JPA Annotation Example Using Spring Boot and Oracle.
- One To Many Bidirectional Mapping In Hibernate/JPA Annotation Example Using Spring Boot and Oracle.
- Many To Many Mapping Annotation Example In Hibernate/JPA Using Spring Boot And Oracle.
- @Temporal Annotation Example In Hibernate/Jpa Using Spring Boot.
- Hibernate Validator Constraints Example Using Spring Boot.
- What are the states of object in hibernate?
- What is Hibernate Query language(HQL) in java?
- What is Named Query in hibernate?
- What is Criteria query in hibernate?
- What is difference between hibernate and jpa?
Hibernate docs.
JPA docs.