Class PreconfiguredReactiveServiceRegistryBuilder

java.lang.Object
io.quarkus.hibernate.reactive.runtime.boot.registry.PreconfiguredReactiveServiceRegistryBuilder

public class PreconfiguredReactiveServiceRegistryBuilder extends Object
Helps to instantiate a ServiceRegistryBuilder from a previous state. This will perform only minimal configuration validation and will never modify the given configuration properties.

Meant to be used only to rebuild a previously created ServiceRegistry, which has been created via the traditional methods, so this builder expects much more explicit input.

  • Constructor Details

    • PreconfiguredReactiveServiceRegistryBuilder

      public PreconfiguredReactiveServiceRegistryBuilder(String puConfigName, io.quarkus.hibernate.orm.runtime.recording.RecordedState rs, io.quarkus.hibernate.orm.runtime.HibernateOrmRuntimeConfigPersistenceUnit puConfig)
  • Method Details