错误“Could not find a setter for property '__hibernate_sort_row' in class 'MF.NHibernate.Domain.Entity.tb_articles'”解决办法

在NHibernate分页中出现下面的错误 
Could not find a setter for property ‘__hibernate_sort_row‘ in class ‘MF.NHibernate.Domain.Entity.tb_articles‘
解决办法,在相应的持久化类中添加下面属性便可分页成功。

public virtual long __hibernate_sort_row
        {
            set;
            get;
        }

错误“Could not find a setter for property '__hibernate_sort_row' in class 'MF.NHibernate.Domain.Entity.tb_articles'”解决办法

时间: 2024-10-13 11:34:42

错误“Could not find a setter for property '__hibernate_sort_row' in class 'MF.NHibernate.Domain.Entity.tb_articles'”解决办法的相关文章

VS2012与VS2015同时安装用VS2012创建MFC程序时弹出编译错误”fatal error C1083: 无法打开包括文件:“mprapidef.h”: No such file or directory”的解决办法

在WIndows 7操作系统上同时安装VS2012与VS2015并用VS2012创建MFC程序时弹出编译错误"fatal error C1083: 无法打开包括文件:"mprapidef.h": No such file or directory"的解决办法: I installed vs2015 and vs2012, then the same problem occurs,however, I find a solution. open visual stud

错误:error: failed to push some refs to 'https://github.com/pzq7025/KG.git'的解决办法

一.问题在进行[git push orgin master]的时候出现如下错误 ! [rejected] master -> master (non-fast-forward) error: failed to push some refs to 'https://github.com/pzq7025/KG.git' hint: Updates were rejected because a pushed branch tip is behind its remote hint: counter

错误:could not get or update next value[SQL: ] Nhibernate 的一种解决办法。

错误:could not get or update next value[SQL: ] Nhibernate 解决:原因是数据库配置文件中的数据库方言配置错误.报错时我是用的SQLServer数据库服务器却在数据库配置文件中写的Oracle的数据库方言.改成SQLServer的数据库方言,一切OK. 注:出现could not get or update next value[SQL: ] Nhibernate错误的情况有很多种.也有可能是映射文件中的id生成器配置有问题.请参考:http:/

远程桌面发生身份验证错误,要求的函数不受支持【WIN10家庭】或【专业版】--解决办法

10号更新后,远程出现如下报错 一.[家庭中文版]解决办法[亲自试验] 开启WIN家庭中文版的本地组策略 1.打开tet复制以下代码:@echo off pushd "%~dp0" dir /b C:\Windows\servicing\Packages\Microsoft-Windows-GroupPolicy-ClientExtensions-Package~3*.mum >List.txt dir /b C:\Windows\servicing\Packages\Micro

PHP 编译错误及解决办法

./configure的时候出现如下错误: configure: error: xslt-confignot found. Please reinstall the libxslt >= 1.1.0 distribution   解决方法: yum install libxslt-devel* -y 错误 1   checking for xml2-config path...  configure: error: xml2-config not found.Please check your 

mysql 5.1超过默认8小时空闲时间解决办法(错误:com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure)

报错: MySQL第二天早上第一次连接超时报错, com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure 原因: 上述问题是由mysql5数据库的配置引起的.mysql5将其连接的等待时间(wait_timeout .interactive_timeout)缺省为8小时.在其客户程序中可以这样来查看其值: mysql> show global variables like 'wait

常见的Android开发错误及解决办法

9个常见的Android开发错误及解决办法: 1. 如果你的项目的R文件不见的话,可以试下改版本号在保存,R文件不见一般都是布局文本出错导致. 2. 布局文件不可以有大写字母 3. 抛出如下错误WARNING: Application does not specify an API level requirement!, 是由于没有指定users sdk的缘故,修改AndroidManifest.xml文件. 加入:<uses-sdkandroid:minSdkVersion="8″>

linux 编译安装php及编译安装mysql常见错误总结及解决办法

一.编译安装php常见错误总结及解决办法 错误 1checking for xml2-config path…configure: error: xml2-config not found. Please check your libxml2 installation.解决办法:# yum -y install libxml2-devel 错误 2 checking for BZip2 in default path… not foundconfigure: error: Please rein

(转)ubuntu源码编译安装php常见错误解决办法

原文地址 http://blog.csdn.net/white__cat/article/details/28907535 './configure' '–prefix=/usr/local/PHP' '–with-config-file-path=/etc' '–with-MySQL=/usr/local/mysql' '–with-mysqli=/usr/local/mysql/bin/mysql_config' '–with-iconv-dir=/usr/local' '–with-fre