Management System Design Project using various Java SE 12 technologies, Java Swing GUI for managing the records of students in a one step interactive solution using Hibernate Framework and Oracle database ORM.
Java Swing GUI --> Look and Feel to the System
Oracle SQL --> Table stu Created (sid, sname, smarks) and connected through JDBC
Hibernate --> Maps objects to the data in database (hibernate.cfg)
Mapping File --> Placing object properties into column
Config --> Information to find mapping files and database configuration
Session --> Bridge between Java Application and Hibernate
java -jdbc.drivers = oracle.jdbc.driver.OracleDriver -cp ojdbc14.jar; .MainFrame
java -cp hibernatejar * ; .MainFrame