public MySQLExtendDialect() { super();
registerFunction("convert_gbk",
new SQLFunctionTemplate(Hibernate.STRING, "convert (?1 using gbk)") );
}ORDER BY convert_gbk(productname using gbk);为什么自己写的类继承 Dialect , 还是报 unexpected token: using 错误?并且方言也引用了hibernate.dialect=com.terminator.erp.util.hibernate.MySQLExtendDialect ;郁闷之极啊!!一定要在 Dialect 里改吗???
添加回答
举报
0/150
提交
取消