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>>

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
    Resolve the matching id

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

    getLoadable, load