-
-
Notifications
You must be signed in to change notification settings - Fork 102
Support @IdGeneratorType #2407
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
Support @IdGeneratorType #2407
Conversation
Thanks for your pull request! This pull request appears to follow the contribution rules. › This message was automatically generated. |
@@ -38,4 +41,18 @@ | |||
default CompletionStage<Id> generate(ReactiveConnectionSupplier session, Object owner, Object currentValue, EventType eventType) { | |||
return generate( session, owner ); | |||
} | |||
|
|||
@Override | |||
default Id generate( |
Check notice
Code scanning / CodeQL
Confusing overloading of methods Note
generate
} | ||
|
||
@Override | ||
default Object generate(SharedSessionContractImplementor session, Object object){ |
Check notice
Code scanning / CodeQL
Confusing overloading of methods Note
generate
@dreab8 Do you need this PR? It was a rebased of your original PR with a couple of changes. But I suspect It's not needed anymore and I would prefer to close it to clean up a bit. |
@DavideD I don't really need it. |
Fix #1906
Supersedes #2380