Skip to content

gnklw/association-mappings

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Content

Unidirectional one-to-many associations - introduces an additional association table

  • package: oneToMany

image

Unidirectional many-to-one associations - introduces an additional column on the side of the parent entity

  • package: manyToOne

image

Bidirectional one-to-many/many-to-one association - introduces an additional association table

  • package: oneToManyManyToOne

image

Unidirectional one-to-one association - introduces an additional column on the side of the parent entity

  • package: oneToOne

image

Bidirectional one-to-one association - introduces an additional column the on both side

  • package oneToOneOneToOne

image

image

Unidirectional many-to-many associations - introduces an additional association table

  • package manyToOne

image

Bidirectional many-to-many associations - introduces an additional association table the on both side

  • package manyToOneManyToOne

image

image

Note: A conflict will occur when you start the application. At startup, the project should contain only one of the relevant sample packages!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages