Skip to content

Conversation

@gavinking
Copy link
Member

  1. fix some more incorrect casts to ReactiveSession or ReactiveSessionImpl
  2. remove the SS.upsert() method taking an entity name (we don't need it)
  3. some minor code cleanups in EntityTypes and CollectionTypes

1. fix some more incorrect casts to ReactiveSession or ReactiveSessionImpl
2. remove the SS.upsert() method taking an entity name (we don't need it)
3. some minor code cleanups in EntityTypes and CollectionTypes

CompletionStage<Object> reactiveImmediateLoad(String entityName, Object id);

CompletionStage<Void> reactiveInitializeCollection(PersistentCollection<?> collection, boolean writing);

Check notice

Code scanning / CodeQL

Useless parameter Note

The parameter 'writing' is never used.
@gavinking gavinking merged commit 8f2ab3e into hibernate:main May 1, 2025
18 checks passed
@DavideD DavideD added the 3.0 label May 5, 2025
@DavideD DavideD added this to the 3.0.0.CR1 milestone May 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants