Advertisement
Guest User

Untitled

a guest
Apr 19th, 2019
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. SessionFactoryImpl si = (SessionFactoryImpl)session.getSessionFactory();
  2. QueryTranslatorImpl queryTranslator = new QueryTranslatorImpl(hql, hql, Collections.EMPTY_MAP, si);
  3. queryTranslator.compile(Collections.EMPTY_MAP, false);
  4. queryTranslator.getSQLString()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement