bariskbayram / hibernate-jpa-example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hibernate-jpa-example

Apache-2.0 License LinkedIn

About The Project

It's a demo project for JPA and Hibernate implementation.

  • All aliens have one and only one UFO. (OneToOne)
  • All ufo have more than 4 wheels on it(yep, they need wheels for some reason lol). All wheels are unique for the ufo. (OneToMany)
  • All aliens have at least 1 hometown and ofc the hometown does not belong to just one alien. (ManyToMany)

Product Name Screen Shot

Built With

About

License:Apache License 2.0


Languages

Language:Java 100.0%