Build a Maven Project in Eclipse that uses JPA (using Hibernate) to access Oracle Database 19c.
Learn how to configure JPA project using pom.xml and persistence.xml.
Learn how to create an Entity that uses Identity column in Oracle Database and also use JPA to create table in Oracle Database.