Class ReactiveEntityManagerFactoryBuilder

java.lang.Object
org.hibernate.jpa.boot.internal.EntityManagerFactoryBuilderImpl
org.hibernate.reactive.provider.impl.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, METADATA_BUILDER_CONTRIBUTOR, STRATEGY_REGISTRATION_PROVIDERS, TYPE_CONTRIBUTORS
  • Constructor Summary

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

    Modifier and Type
    Method
    Description
    jakarta.persistence.EntityManagerFactory
     
    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, getManagedResources, getMetadata, getStandardServiceRegistry, metadata, populateSessionFactoryBuilder, withDataSource, withValidatorFactory

    Methods inherited from class java.lang.Object

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

    • ReactiveEntityManagerFactoryBuilder

      public ReactiveEntityManagerFactoryBuilder(org.hibernate.jpa.boot.spi.PersistenceUnitDescriptor persistenceUnitDescriptor, Map integration)
  • Method Details

    • 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 jakarta.persistence.EntityManagerFactory build()
      Specified by:
      build in interface org.hibernate.jpa.boot.spi.EntityManagerFactoryBuilder
      Overrides:
      build in class org.hibernate.jpa.boot.internal.EntityManagerFactoryBuilderImpl