Skip to content

abhaykhati/jpa100_Relation_Inheritance

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JPA_IN_100_STEPS_Relation_Inheritance

jpa_in_100_steps_Relationships_Inheritance_Code

This workspace is having jpa code for all relationships and inheritance strategies. The database used in this project is H2. The URL to access the database is

http://localhost:8080/h2-console/

it has following setting while logging to the database

Saved Settings: Generic H2 (Embedded)

Setting Name: Generic H2 (Embedded)

Driver Class: org.h2.Driver

JDBC URL:: jdbc:h2:mem:testdb

User Name: sa

Password:

password is not provided so leave it blank

Releases

No releases published

Packages

No packages published

Languages