Interface ReactiveAfterLoadAction


public interface ReactiveAfterLoadAction
Reactive version of AfterLoadAction
  • Method Summary

    Modifier and Type
    Method
    Description
    reactiveAfterLoad(Object entity, org.hibernate.metamodel.mapping.EntityMappingType entityMappingType, org.hibernate.engine.spi.SharedSessionContractImplementor session)
     
  • Method Details

    • reactiveAfterLoad

      CompletionStage<Void> reactiveAfterLoad(Object entity, org.hibernate.metamodel.mapping.EntityMappingType entityMappingType, org.hibernate.engine.spi.SharedSessionContractImplementor session)
      See Also:
      • The action trigger - the entity is being loaded