`
lhx1026
  • 浏览: 306663 次
  • 性别: Icon_minigender_2
  • 来自: 广州
社区版块
存档分类
最新评论

hibernate错误:Could not determine type for: java.util.Set

阅读更多

    今天调用Hibernate的时候抛出一个异常,异常内容如下所示:

 

Could not determine type for: java.util.Set

 

   查找了一下资料,原来是太粗心,应该把Hibernate的注解要么标注在字段上,要么标注在getter()方法。我才粗心了,把注解标注在setter()方法下。

 

   晕,这个浪费我一个早上的时间。要紧记该教训。

分享到:
评论
2 楼 hw1287789687 2012-03-29  
根本原因:我实体类中的类型是raw,没法直接实例化的类型。
private List<String> rightChoices;
private Set<String> multiAnser;
List,Set都是raw 类型,没法实例化。
应该修改为:
private ArrayList<String> rightChoices;
private ArrayList <String> multiAnser;
1 楼 stormtoy 2011-11-29  
今天也遇到这个问题了,感谢你的提示

相关推荐

    完美解决Jpush[获取sdk版本失败!]的问题

    错误日志如下: 5-31 12:47:40.088 23896-23896/? E/JIGUANG-JCore: [JCoreGlobal] Get sdk version fail![获取sdk版本失败!] 05-31 12:47:40.088 23896-23896/? W/System.err: java.lang.UnsatisfiedLinkError: ...

    Unable to determine application id: com.android.tools.idea.run.ApkProvisionException: No outputs for

    Unable to determine application id: com.android.tools.idea.run.ApkProvisionException: No outputs for the main artifact of variant:’ 解决方法: 确保在build.gradle文件中设置了applicationId ...

    FlippableStackView.zip

    1. "JavaApk源码说明.txt":这可能是一个文本文件,详细解释了压缩包中的源码结构、使用方法或者开发者的注意事项。用户应该首先阅读此文件,获取关于源码的基本信息和使用指南。 2. "下载更多打包源码~.url":这是...

    Android 选择图片、上传图片之PictureSelector

    集成方式 implementation ...build.gradle加入 allprojects {  repositories {  jcenter() ... } }   ...PictureSelector适配已经做的很好了,功能齐全,且兼容性好 ...4.动态获取系统

    stetho okhttp chrome 检测网络需要的jar包

    Stetho是一个强大的Android调试库,由Facebook开发并开源,它允许开发者在Chrome浏览器中对Android应用进行深度的网络检测、查看数据库以及检查Shared Preferences(SP)。这个工具极大地简化了开发者在开发过程中对...

    Android Studio更新3.6.3之后出现Could not resolve all artifacts for configuration ‘:classpath’.问题

    Android Studio更新3.6.3之后出现Could not resolve all artifacts for configuration ‘:classpath’.问题你是否和我一样,只因在人群中多看了他一眼?![在这里插入图片描述]...

    Hibernate多表关联配置及错误解决方法

    当出现错误"Could not determine type for: java.util.Set"时,通常是因为缺少了关联配置或类型不匹配。确保在两个相关的类中都有相应的映射,并且类型与数据库字段类型一致。此外,注解的位置一致性也很重要,如...

    The skin does not exist: Unable to determine the release version

    标题 "The skin does not exist: Unable to determine the release version" 提到的问题,通常是与软件部署或更新时出现的错误有关,尤其是与版本控制或者界面显示有关。这可能是指在使用某些开源工具或框架时,系统...

    Unitils-jar包

    Unitils 测试框架目的是让单元测试变得更加容易和可维护。Unitils 构建在DbUnit 与 ...进行测试并提供与Spring 和Hibernate 相集成。Unitils 设计成以一种高度可配置和松散耦 合的方式来添加这些服务到单元测试中

    Software Testing and Continuous Quality Improvement

    Plan for Implementation of the SQA Plan . . . . . . . . . . . . . 19 Step 5. Execute the SQA Plan. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 19 Quality Standards. . . . . . . . ...

    阿里云ossjava源码-react-native-doc:关于React-native个人踩坑笔记

    java源码 react-native-doc 关于 React-native个人踩坑笔记 1. Q: react-native-vector-icons 所有配置完毕后不生效 ​ A:复制fonts字体文件到 android/app/src/main/assets/fonts/目录下 2.Q:运行 react-native ...

    解决linux找不到hostname的处理

    ### 解决Linux服务错误UnknownHostException的方法 在Linux环境中运行服务时,可能会遇到“UnknownHostException”的异常情况,这通常发生在尝试访问或设置主机名时出现问题。本文将详细介绍如何诊断并解决这一问题...

    jdk1.8_win32.rar

    - With type inference, the compiler can often determine the type arguments for creating instances of generic classes, reducing the need for explicit type specifications. 7. **Enhanced Compiler** - ...

    unigui0.83.5.820

    - 0000789: UniDBComboBox, UniDBListBox: Edit mode is not set when changed - 0000784: TUniStringGrid: Data not restored after decreasing/increasing Row count - 0000788: Bug in Grid Row/Col translation...

    dilanramirez.github.io

    【标题】"dilanramirez.github.io" 是一个个人网页项目,通常在GitHub上托管,由用户Dilan Ramirez创建。... 【描述】"dilanramirez.github.io"的描述简单直接,没有提供具体的技术细节或项目特点。...

    php-8.0.3-Win32-vs16-x64.zip

    2. `icudt68.dll`、`icuin68.dll`和`icuuc68.dll`:这些是国际部件库(ICU,International Components for Unicode)的动态链接库,用于支持PHP中的国际化和本地化功能,如日期和时间格式,货币符号等。这里的68代表...

    java7帮助文档

    This release contains Java API for XML Processing (JAXP) 1.4.5, supports Java Architecture for XML Binding (JAXB) 2.2.3, and supports Java API for XML Web Services (JAX-WS) 2.2.4. ...

    linux下安装apache

    重启 Apache 后,可能会弹出警告:AH00558: httpd: Could not reliably determine the server's fully qualified domain name, using 192.168.0.64. Set the 'ServerName' directive globally to suppress this ...

    Determine Drive Type

    标题“Determine Drive Type”指的是在计算机编程中识别或判断磁盘驱动器类型的技能。这通常涉及到使用操作系统提供的API函数或者编程语言中的特定库来获取有关驱动器的信息。在这个场景中,标签“另类其它”可能...

Global site tag (gtag.js) - Google Analytics