- 
          
 - 
                Notifications
    
You must be signed in to change notification settings  - Fork 102
 
update DefaultReactiveListeners and Actions #1578
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
Conversation
| LOG.trace( "Ignoring uninitialized proxy" ); | ||
| event.setResult( source.load( li.getEntityName(), li.getIdentifier() ) ); | ||
| //EARLY EXIT! | ||
| event.setResult( source.load( lazyInitializer.getEntityName(), lazyInitializer.getInternalIdentifier() ) ); | 
Check notice
Code scanning / CodeQL
Deprecated method or constructor invocation
| ((ReactiveSession) session).getReactiveActionQueue() | ||
| .registerProcess( new ReactiveEntityVerifyVersionProcess( entity ) ); | ||
| final ReactiveActionQueue actionQueue = ((ReactiveSession) session).getReactiveActionQueue(); | ||
| switch ( entry.getLockMode() ) { | 
Check warning
Code scanning / CodeQL
Missing enum case in switch
| return fss.eventListenerGroup_PRE_DELETE.count() > 0 | ||
| || fss.eventListenerGroup_POST_DELETE.count() > 1 | ||
| || fss.eventListenerGroup_POST_DELETE.count() == 1 | ||
| && !(fss.eventListenerGroup_POST_DELETE.listeners().iterator().next() | 
Check notice
Code scanning / CodeQL
Deprecated method or constructor invocation
| return fetchLazyAssociationsBeforeCascade( CascadingActions.DELETE, persister, entity, session ) | ||
| .thenCompose( | ||
| v -> new Cascade<DeleteContext>( | ||
| v -> new Cascade<>( | 
Check notice
Code scanning / CodeQL
Useless parameter
| persister.getPropertyValues( entity ) : | ||
| entry.getLoadedState() ), | ||
| status == Status.DELETED && !entry.isModifiableEntity() | ||
| ? persister.getPropertyValues( entity ) | 
Check notice
Code scanning / CodeQL
Deprecated method or constructor invocation
Sync listeners and actions with changes in H6.