Skip to content

ProfessionProgrammer/Student-management-using-Java-with-Hibernate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Student-Management-System-Using-JAVA-With-Hibernate

Download the Archive File of this project. Open Eclips. Import this project into the Eclips. Open Mysql workbench or any mysql server on your system. Create new Database called "demo". In that database Create the table students with following Query Syntax.

"CREATE TABLE students (

ID int(11) NOT NULL,

FNAME varchar(30) NOT NULL,

MNAME varchar(30) NOT NULL,

LNAME varchar(30) NOT NULL

) ENGINE=InnoDB DEFAULT CHARSET=latin1;"

Go to src\defaultpackage\hibernate folder. Run the following file FirstHibernateProgram.java.

About

This the the java project done with the Hibernate and mysql.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages