mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-17 00:24:57 +00:00
HHH-8627 compile error in test case
This commit is contained in:
parent
ca2d0578ff
commit
6242632b76
@ -51,7 +51,7 @@ public void testAliasWithLocale() {
|
||||
|
||||
QueryTranslatorFactory ast = new ASTQueryTranslatorFactory();
|
||||
QueryTranslator queryTranslator = ast.createQueryTranslator(
|
||||
hql, hql, Collections.EMPTY_MAP, sessionFactory() );
|
||||
hql, hql, Collections.EMPTY_MAP, sessionFactory(), null );
|
||||
queryTranslator.compile( Collections.EMPTY_MAP, false );
|
||||
String sql = queryTranslator.getSQLString();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user