当前位置: 代码迷 >> net.sf.hibernate.JDBCException的解决方案
 
  • Hibernate的Load问题

    Hibernate的Load问题 首先,数据库里有记录,但用Junit测试Load方法时报 org.hibernate.ObjectNotFoundException:Norowwiththegivenidentifierexists:[com.hibernate.Teacher#2] atorg.hibernate.impl.SessionFactoryImpl$2....

    424
    热度
  • hibernate查询的有关问题

    hibernate查询的问题一个hibernate的查询我这样写的privateDetachedCriteriagetDetachCriteria(SearchFormsf) { Stringcategory=sf.getCategory(); DetachedCriteriadetachCri=DetachedCriteria .forClass(getClassByCategory(...

    223
    热度
  • hibernate请教

    hibernate请教 现用HibernateJPA进行查询的时候发现它只会执行一次语句的转换(将HQL转为SQL),我想让它在我需要的时候再进行重新转换,不知如何实现。 搜索更多相关主题的帖子: color="red">hibernate请教 color='#FF8000'>----------------...

    393
    热度
  • Caused by: org.hibernate.cache.NoCachingEnabledException: Second-

    hibernate3.2无法启动2级缓存XMLcode<propertyname="hibernate.cache.provider_calss">org.hibernate.cache.EhCacheProvider</property><propertyname="hibernate.cache.use_second_level_ca...

    104
    热度
  • hibernate和ACCESS连接出现的有关问题

    hibernate和ACCESS连接出现的问题直接对单个实体类进行查询可以,碰到含有一对多等关系时候,set集合无法查询出来Hibernate:selectinformatio0_.INFOIDasINFOID0_,informatio0_.NAMEasNAME0_fromINFORMATIONinformatio0_Hibernate:selectattributes0_.INFOIDasINF...

    50
    热度
  • Hibernate 投射文件中length属性无法改变integer字段的默认长度

    Hibernate映射文件中length属性无法改变integer字段的默认长度本帖最后由wjswmn于2013-02-1016:53:40编辑Login类中定义了integer类型的属性mobile;映射文件Login.hbm.xml中设置了mobile属性的长度为11,但是自动生成的数据库Login表中mobile的长度还是默认的长度10.试过String的length属性了,可以修改,但是i...

    3937
    热度
  • Hibernate简况续

    Hibernate概况续<!DOCTYPEhibernate-configurationPUBLIC "-//Hibernate/HibernateConfigurationDTD3.0//EN" "http://hibernate.sourceforge.net/hibernate-configuration-3.0.dtd"> <hib...

    275
    热度
  • hibernate查询如何能写得简洁

    hibernate查询怎么能写得简洁? List<TGoods>list=null; SessionFactorysf=null; Sessionses=null; try{ Configurationcfg=newConfiguration().configure(); ServiceRegistrysr=newServiceRegistryBuilder().app...

    64
    热度
  • hibernate 的简单有关问题

    hibernate的简单问题我根据教学视频写了一个hibernate的helloworld测试项目:先是一个Student类:packagecom.hibernate.model;publicclassStudent{ privateintid; privateStringname; privateintage; publicintgetId(){ returnid; } publicvoi...

    9210
    热度
  • 请问一个关于Hibernate无法获取连接池连接的有关问题

    请教一个关于Hibernate无法获取连接池连接的问题我们公司有一个系统,大约400个人同时在线,不知道为什么Tomcat运行不到2天就要挂,重启就好了,每次去看日志都报这个错:[org.hibernate.util.JDBCException'>JDBCExceptionReporter][ERROR]-SQLExceptioninStandardPoolDataSource:getConnec...

    168
    热度
  • 刚学用annotation写hibernate,出有关问题啦。

    刚学用annotation写hibernate,出问题啦。。。我已经在数据库中建好了一个TBUSER表,这表里就一个主键字段。。没别的了,就是为了测试然后用annotation写了一个User类Javacode@Entity@Table(name="TBUSER")@GenericGenerator(name="user_increment",strateg...

    145
    热度
  • hibernate如何清楚二级缓存?

    hibernate怎么清楚二级缓存????hibernate怎么清楚二级缓存????如下图:点击删除后数据库中已经删除了,但页面却还是显示的,刷新页面也没用下面是删除代码publicvoiddelete(CustomerpersistentInstance){ log.debug("deletingCustomerinstance"); try{ getHibernateTemplate(...

    6352
    热度
  • 发布WAR包有关问题

    发布WAR包问题在本地运行正常的WAR包发布到WEBLOGIC8.1上,出现了下面的错误net.sf.hibernate.QueryException:ClassNotFoundException:net.sf.hibernate.hql.ast.HqlTokencolor='#e78608'>------解决方案------------------------------------------...

    8506
    热度
  • hibernate4 -AnnotationConfiguration类过期解决思路

    hibernate4-----AnnotationConfiguration类过期Javacodepackagecom.user.util;importorg.hibernate.SessionFactory;importorg.hibernate.cfg.[del]AnnotationConfiguration[/del];publicclassHibernateUtil{publicstati...

    26
    热度
  • 关于Hibernate的报错

    【求助】关于Hibernate的报错求助各位大侠,项目使用Struts1.2+Hibernate3.3来做的。之前部署使用完全没有问题。最近由于项目需要,又添加了几个数据表,同时添加了相应的entity和.hbm.xml文件,并且在hibernate.cfg.xml中添加了相应的记录。结果,系统就bug掉了。。。。报错为:java.lang.NoClassDefFoundError.couldn'...

    155
    热度
  • hibernate +spring解决思路

    hibernate+springpublicstaticvoidmain(String[]args){ApplicationContextcontest=newClassPathXmlApplicationContext("applicationContext.xml");ManagerDaodao=(ManagerDao)contest.getBean("Manag...

    190
    热度
  • Hibernate 汉语API

    Hibernate中文API 引用Hibernate中文API

    475
    热度
  • hibernate配置问题!

    hibernate配置问题! ------------------Product实体------------------------------publicclassProductimplementsSerializable{privateIntegerid;privateOrderLineorderline;publicOrderLinegetOrderline(){...

    340
    热度
  • hibernate连接my sql的有关问题

    用hibernate连接mysql的问题?编译可以通过,但运行时候出现超多的问题..盼高人指教!!!log4j:WARNNoappenderscouldbefoundforlogger(org.hibernate.cfg.Environment).log4j:WARNPleaseinitializethelog4jsystemproperly.Exceptioninthread"main...

    35
    热度
  • hibernate <many to many> 与 sql2000 的有关问题

    hibernate<manytomany>与sql2000的问题想做一个manytomany的程序.但是插入数据时总是出错.typeExceptionreportmessagedescriptionTheserverencounteredaninternalerror()thatpreventeditfromfulfillingthisrequest.exceptionhibernat...

    841
    热度