Interface ReactiveSingleUniqueKeyEntityLoader<T>

All Superinterfaces:
org.hibernate.loader.ast.spi.EntityLoader, org.hibernate.loader.ast.spi.Loader, org.hibernate.loader.ast.spi.SingleEntityLoader<CompletionStage<T>>
All Known Implementing Classes:
ReactiveSingleUniqueKeyEntityLoaderStandard

public interface ReactiveSingleUniqueKeyEntityLoader<T> extends org.hibernate.loader.ast.spi.SingleEntityLoader<CompletionStage<T>>
Reactive loader subtype for loading an entity by a single unique-key value.
See Also:
  • SingleUniqueKeyEntityLoader
  • Method Summary

    Modifier and Type
    Method
    Description
    resolveId(Object key, org.hibernate.engine.spi.SharedSessionContractImplementor session)
    Resolve the matching id

    Methods inherited from interface org.hibernate.loader.ast.spi.SingleEntityLoader

    getLoadable, load
  • Method Details

    • resolveId

      Object resolveId(Object key, org.hibernate.engine.spi.SharedSessionContractImplementor session)
      Resolve the matching id