Class ReactiveCacheLoadHelper
java.lang.Object
org.hibernate.reactive.loader.internal.ReactiveCacheLoadHelper
A reactive implementation of
CacheLoadHelper-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic CompletionStage<org.hibernate.loader.internal.CacheLoadHelper.PersistenceContextEntry>loadFromSessionCache(org.hibernate.engine.spi.EntityKey keyToLoad, org.hibernate.LockOptions lockOptions, org.hibernate.event.spi.LoadEventListener.LoadType options, org.hibernate.engine.spi.SharedSessionContractImplementor session)
-
Constructor Details
-
ReactiveCacheLoadHelper
public ReactiveCacheLoadHelper()
-
-
Method Details