mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-15 15:44:55 +00:00
HHH-13854 Allow extensions of StandardServiceRegistryBuilder to ignore Environment variables
This commit is contained in:
parent
11b1623774
commit
90b69ffc7d
@ -97,11 +97,12 @@ public StandardServiceRegistryBuilder(BootstrapServiceRegistry bootstrapServiceR
|
||||
}
|
||||
|
||||
/**
|
||||
* Intended for use exclusively from JPA boot-strapping.
|
||||
* Intended for use exclusively from JPA boot-strapping, or extensions of
|
||||
* this class. Consider this an SPI.
|
||||
*
|
||||
* @see #forJpa
|
||||
*/
|
||||
private StandardServiceRegistryBuilder(
|
||||
protected StandardServiceRegistryBuilder(
|
||||
BootstrapServiceRegistry bootstrapServiceRegistry,
|
||||
Map settings,
|
||||
LoadedConfig loadedConfig) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user