Skip to content

Commit f2188fa

Browse files
committed
First commit
1 parent c1e16fe commit f2188fa

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# hibernate-tutorial2
2-
XML Mapping
3-
* JavaSE 1.8
4-
* Hibernate 5
5-
* Maven 4
6-
* MySQL 5
2+
Hibernate XML Mapping files *(Obsolete !!! We will see in Tutorial 3 the mode "Hibernate Annotations")*
73

84
[![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat)](https://github.com/nfriaa/hibernate-tutorial2/issues) [![Travis](https://img.shields.io/travis/rust-lang/rust.svg)](https://github.com/nfriaa/hibernate-tutorial2) [![license](https://img.shields.io/github/license/mashape/apistatus.svg)](https://github.com/nfriaa/hibernate-tutorial2/blob/master/LICENSE)
95

106
## Description
117
A sample code to execute Queries under Hibernate ORM (not directly to sql)
8+
* JavaSE 1.8
9+
* Hibernate 5
10+
* Maven 4
11+
* MySQL 5
1212

1313
## 1. Database and tables
1414
We will use the same database and table structure in Tutorial 1

0 commit comments

Comments
 (0)