Class ReactiveSingleIdEntityLoaderSupport<T>

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected org.hibernate.engine.spi.SessionFactoryImplementor sessionFactory  
    • Constructor Summary

      Constructors 
      Constructor Description
      ReactiveSingleIdEntityLoaderSupport​(org.hibernate.metamodel.mapping.EntityMappingType entityDescriptor, org.hibernate.engine.spi.SessionFactoryImplementor sessionFactory)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.hibernate.metamodel.mapping.EntityMappingType getLoadable()  
      java.util.concurrent.CompletionStage<java.lang.Object[]> reactiveLoadDatabaseSnapshot​(java.lang.Object id, org.hibernate.engine.spi.SharedSessionContractImplementor session)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.hibernate.loader.ast.spi.SingleIdEntityLoader

        load, load, load
    • Field Detail

      • sessionFactory

        protected final org.hibernate.engine.spi.SessionFactoryImplementor sessionFactory
    • Constructor Detail

      • ReactiveSingleIdEntityLoaderSupport

        public ReactiveSingleIdEntityLoaderSupport​(org.hibernate.metamodel.mapping.EntityMappingType entityDescriptor,
                                                   org.hibernate.engine.spi.SessionFactoryImplementor sessionFactory)
    • Method Detail

      • getLoadable

        public org.hibernate.metamodel.mapping.EntityMappingType getLoadable()
        Specified by:
        getLoadable in interface org.hibernate.loader.ast.spi.EntityLoader
        Specified by:
        getLoadable in interface org.hibernate.loader.ast.spi.Loader
        Specified by:
        getLoadable in interface org.hibernate.loader.ast.spi.SingleEntityLoader<T>
      • reactiveLoadDatabaseSnapshot

        public java.util.concurrent.CompletionStage<java.lang.Object[]> reactiveLoadDatabaseSnapshot​(java.lang.Object id,
                                                                                                     org.hibernate.engine.spi.SharedSessionContractImplementor session)
        Specified by:
        reactiveLoadDatabaseSnapshot in interface ReactiveSingleIdEntityLoader<T>