Class ReactiveEntityManagerFactoryBuilder

  • All Implemented Interfaces:
    org.hibernate.jpa.boot.spi.EntityManagerFactoryBuilder

    public final class ReactiveEntityManagerFactoryBuilder
    extends org.hibernate.jpa.boot.internal.EntityManagerFactoryBuilderImpl
    Heavily inspired by EntityManagerFactoryBuilderImpl. This is intentionally not supporting several integration points of Hibernate ORM: we can't test them all, better to build up integration points gradually.
    • Field Summary

      • Fields inherited from class org.hibernate.jpa.boot.internal.EntityManagerFactoryBuilderImpl

        INTEGRATOR_PROVIDER, JANDEX_INDEX, METADATA_BUILDER_CONTRIBUTOR, STRATEGY_REGISTRATION_PROVIDERS, TYPE_CONTRIBUTORS
    • Constructor Summary

      Constructors 
      Constructor Description
      ReactiveEntityManagerFactoryBuilder​(org.hibernate.jpa.boot.spi.PersistenceUnitDescriptor persistenceUnitDescriptor, java.util.Map integration)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      javax.persistence.EntityManagerFactory build()  
      protected org.hibernate.boot.registry.StandardServiceRegistryBuilder getStandardServiceRegistryBuilder​(org.hibernate.boot.registry.BootstrapServiceRegistry bsr)  
      • Methods inherited from class org.hibernate.jpa.boot.internal.EntityManagerFactoryBuilderImpl

        cancel, generateSchema, getConfigurationValues, getEnhancementContext, getMetadata, getStandardServiceRegistry, metadata, persistenceException, populateSfBuilder, withDataSource, withValidatorFactory
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ReactiveEntityManagerFactoryBuilder

        public ReactiveEntityManagerFactoryBuilder​(org.hibernate.jpa.boot.spi.PersistenceUnitDescriptor persistenceUnitDescriptor,
                                                   java.util.Map integration)
    • Method Detail

      • getStandardServiceRegistryBuilder

        protected org.hibernate.boot.registry.StandardServiceRegistryBuilder getStandardServiceRegistryBuilder​(org.hibernate.boot.registry.BootstrapServiceRegistry bsr)
        Overrides:
        getStandardServiceRegistryBuilder in class org.hibernate.jpa.boot.internal.EntityManagerFactoryBuilderImpl
      • build

        public javax.persistence.EntityManagerFactory build()
        Specified by:
        build in interface org.hibernate.jpa.boot.spi.EntityManagerFactoryBuilder
        Overrides:
        build in class org.hibernate.jpa.boot.internal.EntityManagerFactoryBuilderImpl