当前位置: 代码迷 >> HibernateException的解决方案
 
  • Hibernate只查询前八条记录

    Hibernate只查询前8条记录 finalStringhql="selectmailfromMailmailwheremail.sjr=:sjrorderbymail.beginTimedesc"; List<Mail>list=this.getHibernateTemplate().executeFind( newHibernateCallback(){ @...

    500
    热度
  • hibernate 中一对多的单向关联 注解的有关问题

    hibernate中一对多的单向关联注解的问题 一端:@OneToManyprivateSet<TbBusinessplanaccount>tbBusinessplanaccounts=newHashSet<TbBusinessplanaccount>(0);多端:@ManyToOne@JoinColumn(name="PRODUCEPLANBOOK_ID")publicT...

    900
    热度
  • hibernate和jdbc有关问题

    hibernate和jdbc问题使用hibernate框架,oracle数据库,属性和列是通过.hbm.xml配置文件匹配的,hql语句操作数据库。现在问题是有些语句用不上,比如内关联查询就会报错。想问一下能不能在hibernate框架上使用jdbc连接数据库用SQL语句操作数据库?意思是想用hql时能用hql,想用sql时能用sql,求方法或例子color='#e78608'>------解决方...

    315
    热度
  • Hibernate打包数据返回Json

    Hibernate封装数据返回Json publicListgetAllContentClickCount(){ finalStringquery="selectb.smsContentIdasContentId,count(*)asClickCountfromSmsContentClickLogbleftjoinSmsContentaonb.smsContentId=a.idwherea.de...

    589
    热度
  • 请帮小弟我注释一下分页查询的代码-先谢了

    请帮我注释一下分页查询的代码---先谢了!publicList<Object>queryList(finalStringhql,finalIntegershowNumber,finalIntegerbeginNumber){ Listlist=null; try{ list=this.getHibernateTemplate().executeFind( newHibernat...

    150
    热度
  • hibernate SQLQuery结果存到 以MAP格式寄存

    hibernateSQLQuery结果存到以MAP格式存放查询sql:selectcol1,col2,col3fromtable代码如下Java代码publicListqueryBySqlMap(Stringasql){finalStringsql=asql;Listlst=getHibernateTemplate().executeFind(newHibernateCallback(){publ...

    59
    热度
  • java.sql.SQLException: Io 错误: Connection refused异常的一种可能原因

    java.sql.SQLException:Io异常:Connectionrefused错误的一种可能原因在使用Hibernate进行数据库处理时,频繁进行数据库操作过程中,时不时会出现java.sql.SQLException:Io异常:Connectionrefused的错误,找了网上的资料,都没能解决,最后通过分析源代码,终于找到了问题的症结所在:SessionFactory没有关闭,以下是...

    151
    热度
  • hibernate 施行sql 语句 批量删除和更新

    hibernate执行sql语句批量删除和更新?更新方法publicvoidexecuteUpdateSql(finalStringsql)throwsDataAccessException{ this.getSession().createSQLQuery(sql).executeUpdate(); this.getSession().flush();//清理缓存,执行批量插入 this....

    218
    热度
  • 请问hibernate有关问题

    请教hibernate问题publicintgetCount1(Companycompany,Objectparam) { intcount=0; if(company!=null){ Sessionsession=(Session)em.getDelegate(); Criteriacriteria=session.createCriteria(Company.class); i...

    216
    热度
  • HQL 怎么使用count

    HQL如何使用count?我想查询表mynews总共有多少条纪录,下面是我方法,总提示错误:Notsupportedforselectqueries//以下是方法,包含在pageman.java中publicintnewscount()throwsSQLException { intnewscount=0; Listlist=newArrayList(); Sessionsession...

    549
    热度
  • 求帮忙,HibernateTemplate,该怎么处理

    求帮忙,HibernateTemplate请问这个能执行删除操作么。要是不能的话,应该怎么写?publicintupdateBySql(finalStringsql){ return(Integer)getHibernateTemplate().executeWithNativeSession( newHibernateCallback(){ @SuppressWarnings(&...

    400
    热度
  • Hibernate 一点有关问题

    Hibernate一点问题JavacodepublicclassHibernateUtil{privatestaticConfigurationcfg;privatestaticServiceRegistrysr;privatestaticSessionFactorysf;static{try{cfg=newConfiguration();cfg.configure();sr=newService...

    15
    热度
  • Hibernate中 ManyToMany 报错,该怎么解决

    Hibernate中ManyToMany报错ManyToMany中如果设置成fetch=FetchType.LAZY就会报下面这个错0ERRORLazyInitializationException:42-failedtolazilyinitializeacollectionofrole:com.ciat.permission.spring.model.ApUser.apPuviews,noses...

    388
    热度
  • hibernate简单有关问题,按搜索条件查询一条记录用什么

    hibernate简单问题,按搜索条件查询一条记录用什么?我有一个编号'92837271'这个编号是用户输入的现在在后台取到了该编号然后使用hibernate进行查询我使用find然后给一个User对象提示说类型转换异常,记得以前有一个方法是只查询一条信息然后可以直接赋值给一个对象的请问是什么?color='#e78608'>------解决方案--------------------如果你id是...

    72
    热度
  • 一个很诡异的配置文件错误 拜求解决 关于Spring的配置

    一个很诡异的配置文件异常拜求解决关于Spring的配置首先我用的是mysql的数据库然后再spring的配置文件中做了sessionFactory的配置配置如下: <value> hibernate.connection.driver_class=com.mysql.jdbc.Driver hibernate.connection.url=jdbc:mysql://loca...

    178
    热度
  • hibernate hql语句解决方法

    hibernatehql语句publicList<Groupmessage>messagetime(finalStringdate1,finalStringdate2){ return(List)this.getHibernateTemplate().executeFind( newHibernateCallback(){ publicObjectdoInHiberna...

    66
    热度
  • hibernateTemplate的分页,为什么firstResult不起作用?解决思路

    hibernateTemplate的分页,为什么firstResult不起作用???Listlist=getHibernateTemplate() .executeFind(newHibernateCallback() { //实现HibernateCallback接口必须实现的方法 publicObjectdoInHibernate(Sessionsession) throw...

    56
    热度
  • hibernate返回数据时出错了解决方案

    hibernate返回数据时出错了publicListfindAll(finalintcp,finalintls,finalStringcolumn, finalStringkw,finalStringpd)throwsException{ Listall=super.getHibernateTemplate().executeFind( newHibernateCallback(){...

    99
    热度
  • HIbernate 的QBE有关问题,多对一的表,为什么不能正确查询?是单项映射的

    HIbernate的QBE问题,多对一的表,为什么不能正确查询???是单项映射的publicListfindEmployees(Employeeemployee,Companycompany)throwsHibernateException'>HibernateException{ ExampleexampleEmployee=Example.create(employee); example...

    226
    热度
  • 关于回调函数,该如何处理

    关于回调函数JavacodepublicList<UserLog>findUserLog(finalintuserId){returnthis.getHibernateTemplate().executeFind(newHibernateCallback(){publicObjectdoInHibernate(Sessionsession)throwsHibernateExceptio...

    140
    热度