Class ReactiveCollectionBatchLoaderArrayParam

java.lang.Object
org.hibernate.reactive.loader.ast.internal.ReactiveAbstractCollectionBatchLoader
org.hibernate.reactive.loader.ast.internal.ReactiveCollectionBatchLoaderArrayParam
All Implemented Interfaces:
org.hibernate.loader.ast.spi.BatchLoader, org.hibernate.loader.ast.spi.CollectionBatchLoader, org.hibernate.loader.ast.spi.CollectionLoader, org.hibernate.loader.ast.spi.Loader, org.hibernate.loader.ast.spi.MultiKeyLoader, org.hibernate.loader.ast.spi.SqlArrayMultiKeyLoader, ReactiveCollectionLoader, ReactiveCollectionBatchLoader

public class ReactiveCollectionBatchLoaderArrayParam extends ReactiveAbstractCollectionBatchLoader implements org.hibernate.loader.ast.spi.SqlArrayMultiKeyLoader
See Also:
  • CollectionBatchLoaderArrayParam
  • Constructor Details

    • ReactiveCollectionBatchLoaderArrayParam

      public ReactiveCollectionBatchLoaderArrayParam(int domainBatchSize, org.hibernate.engine.spi.LoadQueryInfluencers loadQueryInfluencers, org.hibernate.metamodel.mapping.PluralAttributeMapping attributeMapping, org.hibernate.engine.spi.SessionFactoryImplementor sessionFactory)
  • Method Details

    • reactiveLoad

      public CompletionStage<org.hibernate.collection.spi.PersistentCollection<?>> reactiveLoad(Object key, org.hibernate.engine.spi.SharedSessionContractImplementor session)
      Description copied from interface: ReactiveCollectionLoader
      Load a collection by its key (not necessarily the same as its owner's PK).
      Specified by:
      reactiveLoad in interface ReactiveCollectionLoader
    • prepare

      public void prepare()