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 TypeMethodDescriptionresolveId
(Object key, SharedSessionContractImplementor session) Resolve the matching idMethods inherited from interface org.hibernate.loader.ast.spi.SingleEntityLoader
getLoadable, load
-
Method Details