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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ObjectresolveId(Object key, SharedSessionContractImplementor session)Resolve the matching id
-
-
-
Method Detail
-
resolveId
Object resolveId(Object key, SharedSessionContractImplementor session)
Resolve the matching id
-
-