`
wayJava
  • 浏览: 29246 次
  • 性别: Icon_minigender_1
  • 来自: 福建
最近访客 更多访客>>
社区版块
存档分类
最新评论

对象 is not mapped

    博客分类:
  • ssh
阅读更多

04/29

遇到  XX类 is not mapped 。

 

但我的src/hibernate.cfg.xml中已经配置。

 

原因是test/hibernate.cfg.xml中未配置,而项目启动时认为的classPath是test目录。

 

修改.myhibernate的configFile指向正确的,并重新布署就行了。

 

注在.classpath文件中可以看到test的kind 是src

分享到:
评论

相关推荐

    mapped-types:Nest框架的配置模块(node.js):wolf:

    $ npm i --save @nestjs/mapped-types 快速开始 构建功能时,在基本实体类型上构建变体通常很有用。 这种变体的一个很好的例子是数据传输对象(DTO)。 数据传输对象是用于封装数据并将其从应用程序的一部分发送到...

    JPA 开发中遇到的错误

    org.hibernate.hql.ast.QuerySyntaxException: person is not mapped 此异常表明在HQL查询语句中引用了一个未被持久化类映射的对象或属性。例如,当你尝试查询一个名为`Person`的实体时,如果`Person`实体并未正确...

    操作系统(内存管理)

    Is the current space available (check is_available from the mem_control_block)? B. If it is: i) Is it large enough (check "size" from the mem_control_block)? ii) If so: a. Mark it as ...

    外文翻译 stus MVC

    (An interesting observation is that Action is a class and not an interface. Action started as an interface and changed into a class over time. Nothing's perfect.) The Error classes The UML diagram ...

    hibernate关联查询

    cq.select(root).where(cb.isNotNull(root.get("orders"))); List<User> users = session.createQuery(cq).getResultList(); ``` ### 4. JOIN与LEFT JOIN 在处理一对多关联查询时,我们可能会遇到内连接(JOIN)...

    hibernate错误解决方案

    nested exception is org.hibernate.MappingException: Repeated column in mapping for entity: com.xindeco.myregister.pojo.MyRegisterInfo column: password (should be mapped with insert="false" update=...

    Mybatis报错: org.apache.ibatis.exceptions.PersistenceException解决办法

    Mybatis在处理结果集时,需要这个构造函数来创建对象实例。 2. **类路径问题**:如果`Person`类的路径不正确,或者类加载器无法找到这个类,也会导致此错误。 3. **映射文件配置错误**:可能在`Person.xml`映射...

    jQuery-API

    在jQuery中,可以用于将DOM元素转换为其他值,如`var mapped = $.map(elements, function(element){...})`。 4. **`$.ajax()`**: 这是jQuery的核心Ajax方法,用于异步发送HTTP请求。它允许你在不知道具体请求内容的...

    Node.js的DAO框架bearcat-dao.zip

    // callback return mapped SimpleModel array results SimpleDao.prototype.getList = function(cb) {  var sql = ' 1 = 1';  this.$domainDaoSupport.getListByWhere(sql, null, null, cb)...

    Ansys名词解释

    **active** 指的是当前正在操作的对象、实体或者状态。例如,在模型构建过程中,“active”可以指代当前被选中的元素或者操作。 #### add 增加 **add** 表示添加新的元素、条件或者是特征到现有的模型中。 #### ...

Global site tag (gtag.js) - Google Analytics