mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-16 16:15:06 +00:00
HHH-6258: Fixed typo when getting the JdbcServices.class from the serviceRegistry. I forgot to build the source before committing.
This commit is contained in:
parent
e01bb8a911
commit
09a9b65201
@ -254,7 +254,7 @@ public void handleEntityNotFound(String entityName, Serializable id) {
|
|||||||
this,
|
this,
|
||||||
cfg
|
cfg
|
||||||
);
|
);
|
||||||
this.jdbcServices = this.serviceRegistry.getService( JdbcServices );
|
this.jdbcServices = this.serviceRegistry.getService( JdbcServices.class );
|
||||||
this.dialect = this.jdbcServices.getDialect();
|
this.dialect = this.jdbcServices.getDialect();
|
||||||
this.sqlFunctionRegistry = new SQLFunctionRegistry( getDialect(), cfg.getSqlFunctions() );
|
this.sqlFunctionRegistry = new SQLFunctionRegistry( getDialect(), cfg.getSqlFunctions() );
|
||||||
if ( observer != null ) {
|
if ( observer != null ) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user