mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-08 20:24:46 +00:00
HHH-9288 Restore removed method ServiceRegistryBuilder#buildServiceRegistry used by Tools
This commit is contained in:
parent
89442d7c9e
commit
32403f3ac3
@ -86,4 +86,12 @@ public ServiceRegistryBuilder addService(Class serviceRole, Service service) {
|
|||||||
public StandardServiceRegistry build() {
|
public StandardServiceRegistry build() {
|
||||||
return super.build();
|
return super.build();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Don't remove yet: used by JBoss Tools
|
||||||
|
*/
|
||||||
|
public ServiceRegistry buildServiceRegistry() {
|
||||||
|
return build();
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user