Skip to content

A small desktop app. Main functionality: interaction with MySQL database using Hibernate.

Notifications You must be signed in to change notification settings

OlyaVashchenko/Parking-Java9

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Parking-Java9

A small desktop app. DEBUG VERSION! -> There's no .jar file in here, the project is in process.
Main functionality: interaction with MySQL database using Hibernate.
To try this app you first have to configure src/hibernate.cfg.xml file:
-change connection.driver_class, connection.url, connection.username and dialect properties if needed;
-add connection.password property to set password (my local server doesn't have one).
Then compile all the .java files (from src directory) and run the main launching file: src/logic/ParkingMain.java.
The database structure is the following:
-table "cars": fields: car_id, car_number, car_model, registered, parked, owner_id, car_parked_time;
-table "owners": fields: owner_id, owner_name, owner_tel.
The app uses several ways to make Hibernate queries to try them out and learn :)

About

A small desktop app. Main functionality: interaction with MySQL database using Hibernate.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages