Class ReactiveCollectionLoaderNamedQuery

java.lang.Object
org.hibernate.reactive.loader.ast.internal.ReactiveCollectionLoaderNamedQuery
All Implemented Interfaces:
org.hibernate.loader.ast.spi.CollectionLoader, org.hibernate.loader.ast.spi.Loader, ReactiveCollectionLoader

public class ReactiveCollectionLoaderNamedQuery extends Object implements ReactiveCollectionLoader
See Also:
  • CollectionLoaderNamedQuery
  • Constructor Details

    • ReactiveCollectionLoaderNamedQuery

      public ReactiveCollectionLoaderNamedQuery(org.hibernate.persister.collection.CollectionPersister persister, org.hibernate.query.named.NamedQueryMemento namedQueryMemento)
  • Method Details

    • getLoadable

      public org.hibernate.metamodel.mapping.PluralAttributeMapping getLoadable()
      Specified by:
      getLoadable in interface org.hibernate.loader.ast.spi.CollectionLoader
      Specified by:
      getLoadable in interface org.hibernate.loader.ast.spi.Loader
      Specified by:
      getLoadable in interface ReactiveCollectionLoader
    • 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