- Hibernate is an Object-Relational Mapping(ORM) solution for JAVA, providing a framework for mapping an object-oriented domain model to a traditional relational database.
- It is a powerful, high performance Object-Relational Persistence and Query service for any Java Application.
- Hibernate maps Java classes to database tables and from Java data types to SQL data types.
- Hibernate sits between traditional Java objects and database server to handle all the work in persisting those objects based on the appropriate O/R mechanisms and patterns.
01 - Setup
02 - Setup
03 - Customize cfg.xml
04 - Our First Class
05 - Create table from Class
06 - Schema Change
07 - Insert record (object)
08 - Chapter 1 Review 1
09 - more annotations
10 - Auto Generate Primary key
11 - One class to Two tables
12 - Two classes to One table
13 - Compound Primary Key
14 - Inheritance Mapping
15 - One to One Mapping
16 - One to One Bi-directional
17 - One to Many Mapping
18 - Many to Many Mapping
0 comments:
Post a Comment