|
3 | 3 | - To view the entire page on phone click on **View all of README.md**
|
4 | 4 | - Best viewed on PC
|
5 | 5 |
|
6 | | -## Navigation |
7 | | -- [Hibernate FAQs](#hibernate-faqs) |
8 | | -- [Spring FAQs](#spring-faqs) |
| 6 | +-[Instructions](#Instructions) |
| 7 | +- [Hibernate FAQs](#Hibernate-FAQs) |
| 8 | +- [Spring FAQs](#Spring-FAQs) |
9 | 9 |
|
10 | 10 |
|
11 | 11 | * * *
|
|
14 | 14 |
|
15 | 15 | 1. __`hibernate.cfg.xml` file__<br>
|
16 | 16 | `hibernate.cfg.xml` file is used to configure various properties for Hibernate framework
|
17 | | - - `connection.driver_class` |
18 | | - - `connection.url` |
19 | | - - `connection.username`, `connection.password` |
20 | | - - `dialect` ➜ |
| 17 | + - `connection.driver_class` ➜ The JDBC driver class |
| 18 | + - `connection.url` ➜ JDBC connection String |
| 19 | + - `connection.username`, `connection.password` ➜ Username and Password for DB |
| 20 | + - `dialect` ➜ This property makes Hibernate generate the appropriate SQL for the chosen database |
21 | 21 | - `show_sql` ➜ used to show the generated SQL on console
|
22 | 22 | - `hbm2ddl.auto` ➜ creates the table automatically
|
23 | 23 | - create
|
|
384 | 384 |
|
385 | 385 |
|
386 | 386 |
|
387 | | - |
388 | | - |
389 | | - |
390 | | - |
391 | | -### Working on more content! Check soon (of course before exam) |
| 387 | +<p align="center">Made with ❤ by <a href="https://abhinavsharma.dev/">Abhinav Sharma</a>]</p> |
| 388 | +<p align="center">Keep updating the page! More content maybe up!</p> |
0 commit comments