`
每日一篇
  • 浏览: 569 次
  • 性别: Icon_minigender_1
  • 来自: 北京
社区版块
存档分类
最新评论

there is no readable property named的原因

阅读更多

这个问题是由于ibatis读取parameterClass 的属性时,即##中的名称时,没有找到当前的属性,所以他认为这个属性是no readable 的。所以只要找到ibatis能找到这个属性就可以了。


 例如:parameterClass 为Student这个对象,在ibatis中引用型对象的属性值必须使用该属性的名称,就像向下面的#name#不能使用其他代替一样,因为ibtis是通过getset方法找到这个属性名的。当他找不到时就会报no readable这个错了。所以只要##中的名称是Student的属性名。

	<update id="updateStudent" parameterClass="Student">
	   update tbl_student set
	   name=#name#,birth=#birth#,score=#score# where id=#id#
	</update>

 

一般parameterClass 是引用型对象,可能是修改类后没有编译

如果是基本数据类型,则改为#value#,就可以了

 

分享到:
评论

相关推荐

    device is not readable_Mac Big Sur删除快照实操日志

    这是一个终端操作日志,如果你电脑安装了黑苹果Mac Big Sur,是否有遇到电脑疯了似的刷屏,比如disk3s5s1:device is not readable,直到满屏幕都是,它还不肯罢休。等你查完磁盘路径,发现正是新安装的系统磁盘。...

    浅析Node.js的Stream模块中的Readable对象

    Stream模块中包含了四种类型的流对象:Readable、Writable、Duplex和Transform。其中Readable对象代表一个可读的数据流。在Node.js中的HTTP模块中,请求对象req就是一个Readable流,它允许我们以流的形式读取HTTP...

    前端开源库-readable-error

    在前端开发中,错误处理是不可或缺的一部分,而`readable-error`是一个专为前端开源库设计的可读错误工具。这个库的目的是提供一种方式,使得在应用中产生的错误信息更加清晰、易读,便于开发者理解和调试。在本文中...

    Python中@property的理解和使用示例

    raise AttributeError('password is not a readable attribute') @password.setter def password(self, password): self.password_hash = generate_password_hash(password) 遂重温下这个property的使用 在

    AutoMySQLBackup是一个开源的MySQL备份脚本 它是一个轻量级的备份

    exists and is readable ... md5sum okay :) automysqlbackup.conf ... exists and is readable ... md5sum okay :) README ... exists and is readable ... md5sum okay :) LICENSE ... exists and is readable .....

    the art of readable writing

    太introduction了,不是一本很how-to的书; 这本更实际一些,它是我第二本想看完的关于writing的书

    systester.rar

    There is also the option for single threaded calculation, but in this case there is no stability check. This is useful for benchmarking purposes only. The calculation of Pi itself is multi threaded ...

    创建可读段落插件Readable.zip

    Readable 是一个小的 jQuery 插件,它能使你的段落更具可读性。示例代码:&lt;html&gt;  &lt;head&gt;  &lt;title&gt;Your Website&lt;/title&gt; &lt;!-- readable styles --&gt;  &lt;link rel=...

    koa-bodyparser-ts:打字稿中的koa-bodyparser

    koa-bodyparser-ts 基于koa人体分析器。 支持json , form和text类型的身体。 安装 npm install koa-bodyparser-ts --save 用法 import * as Koa from "koa" ; import bodyParser from "koa-bodyparser-ts" ;...

    GeoLite2-Country.mmdb

    根据ip识别所属国家

    jQuery-Plugin-For-Easily-Readable-JSON-Data-Viewer.zip

    "jQuery-Plugin-For-Easily-Readable-JSON-Data-Viewer.zip" 是一个专门用于解决这个问题的jQuery插件。jQuery是一个流行的JavaScript库,它简化了HTML文档遍历、事件处理、动画设计和Ajax交互。这个插件利用jQuery...

    LDPC_BSN.rar_LDPC_LDPC decoder_MáS_ldpc error_matlab ldpc densit

    My software is written for MATLAB, which is more readable than C. You may also want to refer to another MATLAB based LDPC source codes in [2], which has different flavor of code-writing style (in ...

    PyPI 官网下载 | xontrib-readable-traceback-0.2.4.tar.gz

    标题中的"PyPI 官网下载 | xontrib-readable-traceback-0.2.4.tar.gz"指的是一款在Python Package Index (PyPI) 官网上发布的开源软件包。PyPI是Python开发者发布和分享自己编写的Python库、模块和工具的平台,方便...

    可读DevTools主题「Readable DevTools Theme」-crx插件

    它是对原始的Readable Chrome Dev Tools主题的改编,可在此处找到:https://github.com/Augus/Readable-ChromeDevThemes但是我找不到用于新版本Chrome的扩展。 同时还要感谢Paul Irish ...

    Learning+Concurrent+Programming+in+Scala,+2nd+Edition-2017.mobi

    There is no silver bullet for all concurrency issues; the right solution depends on what one needs to achieve. Do you want to define asynchronous computations that react to events or streams of ...

    C#读取JPEG图片的Exif信息

    // of the data once it is returned. Those properties have their own // methods. switch (exifCode) { case Definitions.exifCode.ImageDescription: returnValue = ParsedString(Definitions.exifCode....

    Simplifying [removed] Writing Modern JavaScript with ES5, ES6, and Beyond pdf

    The best part is there's no need to read this book straight through. Jump around and incorporate new functionality at will. Most importantly, understand not just what the new syntax is, but when and ...

    Google C++ Style Guide(Google C++编程规范)高清PDF

    However, implementation code properly belongs in .cc files, and we do not like to have much actual code in .h files unless there is a readability or performance advantage. If an inline function ...

    Algebraic Functions

    A very readable account is given of the topology of Riemann surfaces and of the general properties of abelian integrals. Abel's theorem is presented, with some simple applications. The inversion ...

Global site tag (gtag.js) - Google Analytics