标签:import false engine ons tsql tran col cti hiberna
import org.hibernate.engine.SessionFactoryImplementor;
import org.hibernate.hql.ast.QueryTranslatorImpl;
QueryTranslatorImpl translator = new QueryTranslatorImpl("queryIdentifier", hql,
Collections.EMPTY_MAP, (SessionFactoryImplementor) getSessionFactory());
translator.compile(Collections.EMPTY_MAP, false);
translator.getSQLString();
标签:import false engine ons tsql tran col cti hiberna
原文地址:https://www.cnblogs.com/knowledgemine/p/12702361.html