public interface ReactiveCollectionInitializer
extends org.hibernate.loader.collection.CollectionInitializer
CollectionInitializer
, the contract implemented
by all reactive collection loaders, including batch loaders.Modifier and Type | Method and Description |
---|---|
CompletionStage<Void> |
reactiveInitialize(Serializable id,
org.hibernate.engine.spi.SharedSessionContractImplementor session) |
CompletionStage<Void> reactiveInitialize(Serializable id, org.hibernate.engine.spi.SharedSessionContractImplementor session)
Copyright © 2020-2022 Red Hat, Inc. All Rights Reserved.