Class PreconfiguredServiceRegistryBuilder

java.lang.Object
io.quarkus.hibernate.orm.runtime.boot.registry.PreconfiguredServiceRegistryBuilder

public class PreconfiguredServiceRegistryBuilder 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.