Description: hibernate data persistence component object persistence, the data stored in the permanent storage medium (database) OR/M (object relation mapping) object-relational mapping. POJO class, is the standard Java Bean. Hibernate is an automatic xml completed in accordance with object-relational mapping and persistence to the database of open source components. Hibernate is the underlying implementation of JDBC have. hibernate through the xml file configuration, the bottom of the database dialects, as well as the database connection information required, as well as database connectivity driver. hibernate the system configuration file name of the general called hibernate.cfg.xml, generally add the class name mapping. hbm.xml. Will be mapped the general category of xml documents and entity class together.
To Search:
File list (Check if you may need any files):
basic
.....\entity
.....\......\Student.class
.....\......\Student.hbm.xml
.....\......\Student.java
.....\mysql.sql
.....\oracle.sql
.....\service
.....\.......\StudentService.class
.....\.......\StudentService.java
identifier
..........\client
..........\......\StudentApp.class
..........\......\StudentApp.java
..........\entity
..........\......\hilo
..........\......\....\hilo.sql
..........\......\....\Student.hbm.xml
..........\......\identity
..........\......\........\mysql.sql
..........\......\........\Student.hbm.xml
..........\......\native
..........\......\......\Student.hbm.xml
..........\......\seqhilo
..........\......\.......\seqhilo.sql
..........\......\.......\Student.hbm.xml
..........\......\sequence
..........\......\........\sequence.sql
..........\......\........\Student.hbm.xml
util
....\EntityUtil.class
....\EntityUtil.java
....\HibernateUtil.java