Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add initial support for @EmbeddedId, permitting composite keys. #88

Merged
merged 5 commits into from
Apr 10, 2024

Commits on Apr 1, 2024

  1. Add initial support for @EmbeddedId, permitting composite keys.

    More work will be needed to support @onetomany and @manytoone using a composite key, the JPA
    @JoinColumns annotation will be needed to support this. However, with this change, at least
    some options exist for dealing with composite-keys rather than just facing a brick wall.
    vnayar committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    ebe1207 View commit details
    Browse the repository at this point in the history
  2. Remove invalid comment.

    vnayar committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    08e9128 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a37e6ed View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. Configuration menu
    Copy the full SHA
    10ffd03 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. Configuration menu
    Copy the full SHA
    4a345cd View commit details
    Browse the repository at this point in the history