Interface ReactiveMultiIdEntityLoader<T>

  • All Superinterfaces:
    org.hibernate.loader.ast.spi.EntityLoader, org.hibernate.loader.ast.spi.EntityMultiLoader<java.util.concurrent.CompletionStage<T>>, org.hibernate.loader.ast.spi.Loader, org.hibernate.loader.ast.spi.MultiKeyLoader
    All Known Implementing Classes:
    ReactiveAbstractMultiIdEntityLoader, ReactiveMultiIdEntityLoaderArrayParam, ReactiveMultiIdEntityLoaderStandard

    public interface ReactiveMultiIdEntityLoader<T>
    extends org.hibernate.loader.ast.spi.EntityMultiLoader<java.util.concurrent.CompletionStage<T>>
    See Also:
    MultiIdEntityLoader
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      <K> java.util.concurrent.CompletionStage<java.util.List<T>> load​(K[] ids, org.hibernate.loader.ast.spi.MultiIdLoadOptions options, org.hibernate.event.spi.EventSource session)  
      • Methods inherited from interface org.hibernate.loader.ast.spi.EntityLoader

        getLoadable
    • Method Detail

      • load

        <K> java.util.concurrent.CompletionStage<java.util.List<T>> load​(K[] ids,
                                                                         org.hibernate.loader.ast.spi.MultiIdLoadOptions options,
                                                                         org.hibernate.event.spi.EventSource session)