Tag: hibernate预览模式: 普通 | 列表
08-06
02

hibernate:Not supported for select queries

内置方法:
private void errorIfSelect() throws HibernateException {          
  if ( !sqlAst.needsExecutor() ) {
       throw new HibernateException( "Not supported for select queries" );            
   }                
}

查看更多...

Tags: hql hibernate

分类:Hibernate | 固定链接 | 评论: 0 | 引用: 0 | 查看次数: 2172