ssh框架web,自动生成hbm.xml和实体类

问题描述

ssh框架web,自动生成hbm.xml和实体类
ssh框架web,数据库由MySQL变oracle,myeclipse自动生成hbm.xml和实体类,Injection of resource dependencies failed。
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'BHZControl': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'bhzdataService': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'baseDAO': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire method: public void com.xyu.dao.impl.BaseDAOImpl.setSessionFactory(org.hibernate.SessionFactory); nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext.xml]: Invocation of init method failed; nested exception is java.lang.NoSuchMethodError: org.hibernate.cfg.annotations.reflection.XMLContext$Default.getDelimitedIdentifier()Ljava/lang

解决方案

sessionFactory,,是不是你的dataSource配的有问题

解决方案二:
我也感觉是配置文件里的sessionFactory出错了,你好好看一下你的配置文件

解决方案三:
hibernate3和hibernate4版本兼容性问题

时间: 2024-11-03 04:56:53

ssh框架web,自动生成hbm.xml和实体类的相关文章

ssh整合调用自动生成的dao,通过spring配置sessionfactory注入调用报错

问题描述 我用的是ssh整合,自动生成的Dao,但是我不想使用hibernate.cfg.xml,我在sping配置了怎样使用这是spring.xml<?xmlversion="1.0"encoding="UTF-8"?><beansxmlns="http://www.springframework.org/schema/beans"xmlns:xsi="http://www.w3.org/2001/XMLSchema

xml-在用SSH框架开发项目中的XML配置

问题描述 在用SSH框架开发项目中的XML配置 对于我现在已经在项目开发中用到了SSH的框架,但是在项目开发过程中遇到的XML配置的问题,在XML配置文件中里面有太多的配置标签,有时会用到自己从来就没有见过的标签,又不知道它们该如何用,为什么要用?用了有啥好处?为了解决这个问题,我现在想请那位大神给我说一下,请把在SSH框架中以及SpringMVC的配置文件的总结的所有的属性以及属性值给我说一下.我好积累下来.以备以后工作中使用.谢谢! 解决方案 你这是想走捷径啊,自己慢慢积累吧.这东西 谁会给

C#实现XML与实体类之间相互转换的方法(序列化与反序列化)_C#教程

本文实例讲述了C#实现XML与实体类之间相互转换的方法.分享给大家供大家参考,具体如下: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.IO; using System.Data; using System.Xml; using System.Xml.Serialization; /// <summary> /// Xml序列化与反序列化 //

mybatis生成的DAO MAPPER 实体类 没有查询全部 添加什么才能出来查询全部

问题描述 mybatis生成的DAO MAPPER 实体类 没有查询全部 添加什么才能出来查询全部 package com.bestteam.base.dao; import com.bestteam.base.entity.User; public interface UserMapper { int deleteByPrimaryKey(String id); int insert(User record); int insertSelective(User record); User se

关于自动生成hbm文件自动生成id的问题

问题描述 为什么我用myecplice自动生成的hbm映射文件里都有Id这个东西啊还非要在实体类里写这个字段能不能不用在实体类里写这个id呢我用的是mysql5.0映射文件如下<hibernate-mapping><classname="com.Employ"table="employ"catalog="zhao"><composite-idname="id"class="com.Emp

Eclipse不可不知的用法之二:自动生成接口和JUnit测试类

(3)通过类自动生成它的接口: 在Spring应用中,常常会用到"接口+实现类"的形式,即要实现类又要写一个方法差不多的接口,有 时候感觉比较烦琐.其实,Eclipse可以根据类自动抽取出接口来. PersonServiceImpl.java的代码如下: 在上面代码的空白处点右键,或者在PersonServiceImpl类名上点右键 -> Refactor –> Extract Interface,如下图: 在"在Extract Interface"对话

jsp中自动生成静态html页面实现类

例1  代码如下 复制代码 public class JspToHtml {    private static String title = "标题1";  private static String context = "标题2";  private static String editer = "标题3";    public static boolean jspToHtmlFile(String filePath,String htmlF

ssh框架,用注释完成的,普通类怎么调用service层

问题描述 publicclassXYDBTaskextendsTimerTask{@Resource(name="deviceConfigServiceImpl")privateIDeviceConfigServicedeviceConfigService;deviceConfigService.getDeviceConfigAll();//报错空指针这种方法在action中完全可以,但是在这个类会报空指针异常..在线等 解决方案 解决方案二:@Autowired用这个注解@Resou

封装了一个自动生成渐变字的JS类(clip)_javascript技巧

CSS+js多彩渐变字使用说明 首先在HTML页面中引入clip.js,然后给需要渐变效果的HTML元素(比如SPAN)添加name属性和rel属性,格式如下: <span name="clip:g" rel="#00ffff-#000000">蓝黑渐变文字</span> name属性作为渐变标示,name值不正确,将不会产生效果: rel值提供头和尾的颜色,以16进制颜色代码为准,格式为"起始颜色-末端颜色",其他格式不