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 support for @ForeignKey(options), @UniqueConstraint(options), @Index(options) #8364

Open
wants to merge 215 commits into
base: wip/7.0
Choose a base branch
from

Conversation

gavinking
Copy link
Member

as required by JPA 3.2

sebersole and others added 30 commits May 2, 2024 08:13
https://hibernate.atlassian.net/browse/HHH-17377

Fixed SQM/JPA Criteria compilation errors.  Just Graph left
https://hibernate.atlassian.net/browse/HHH-17377

Just Graph completed - 2 left related to Session/EntityManager
HHH-17350 - Work on hibernate-models, XSD and JAXB
HHH-16114 - Improve boot metamodel binding
HHH-15996 - Develop an abstraction for Annotation in annotation processing
HHH-16012 - Develop an abstraction for domain model Class refs
HHH-15997 - Support for dynamic models in orm.xml
HHH-15698 - Support for entity-name in mapping.xsd
beikov and others added 22 commits May 6, 2024 11:19
Signed-off-by: Gavin King <gavin@hibernate.org>
Signed-off-by: Gavin King <gavin@hibernate.org>
default impls for:

- Integrator.disintegrate()
- PostActionEventListener.requiresPostCommitHandling()

Signed-off-by: Gavin King <gavin@hibernate.org>
Signed-off-by: Gavin King <gavin@hibernate.org>
…lse)

Signed-off-by: Gavin King <gavin@hibernate.org>
Signed-off-by: Gavin King <gavin@hibernate.org>
@hibernate-github-bot
Copy link

hibernate-github-bot bot commented May 13, 2024

Thanks for your pull request!

This pull request does not follow the contribution rules. Could you have a look?

❌ All commit messages should start with a JIRA issue key matching pattern HHH-\d+
    ↳ Offending commits: [adcc578]

› This message was automatically generated.

@gavinking gavinking changed the title add support for @ForeignKey(options) and @UniqueConstraint(options) add support for @ForeignKey(options), @UniqueConstraint(options), @Index(options) May 13, 2024
@gavinking gavinking force-pushed the constraint-options branch 2 times, most recently from 86c933d to cab14ee Compare May 13, 2024 17:36
(options)

as required by JPA 3.2

also some simplifications to Exporters

Signed-off-by: Gavin King <gavin@hibernate.org>

fixes

Signed-off-by: Gavin King <gavin@hibernate.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
8 participants