`
darkjune
  • 浏览: 309897 次
  • 性别: Icon_minigender_1
  • 来自: 杭州
社区版块
存档分类
最新评论

Could not determine type for: java.util.Collection, at table: 解决

jpa 
阅读更多

Could not determine type for: java.util.Collection, at table:

该错误有可能的原因是:  在实体类的属性中的annotation, 要么就全写在属性上,要么就全写在get方法上,不能混用。

 

@Entity
@SequenceGenerator(name = "Person_Seq", sequenceName = "person_seq")
public class Person implements Serializable {

	@Id
	@GeneratedValue(strategy = GenerationType.SEQUENCE, generator = "Person_Seq")
	private int id;
	@Column(name = "name")
	private String name;

	// @ManyToOne
	// @JoinColumn(name="unitid")
	@ManyToOne
	@JoinColumn(name = "unitid")
	private Unit unit;
	private static final long serialVersionUID = 1L;

	public Person() {
		super();
	}

	public int getId() {
		return this.id;
	}

	public void setId(int id) {
		this.id = id;
	}

	public String getName() {
		return this.name;
	}

	public void setName(String name) {
		this.name = name;
	}

	public Unit getUnit() {
		return unit;
	}

	public void setUnit(Unit unit) {
		this.unit = unit;
	}

}

 把@ManyToOne移到getUnit上就会出错

分享到:
评论

相关推荐

    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 ...

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

    错误日志如下: 5-31 12:47:40.088 ... W/System.err: java.lang.UnsatisfiedLinkError: Native method not found: cn.jiguang.service.Protocol.GetSdkVersion:()I 05-31 12:47:40.088 23896-23896/? W/System.err

    com.serenegiant:common:1.5.20

    引入摄像头(uvccamera),在github下载资源common的时候一直下载不下来说是连接不上网络问题

    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’.问题你是否和我一样,只因在人群中多看了他一眼?![在这里插入图片描述]...

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

    集成方式 ...build.gradle加入 allprojects {  repositories {  jcenter() ... } }   ...PictureSelector适配已经做的很好了,功能齐全,且兼容性好...2.解决部分机型裁剪闪退问题 3.解决图片过大oom闪退问题 4.动态获取系统

    apktool documentation

    compressionType - Used to determine the compression that resources.arsc had on the original apk in order to replicate during [b]uild unknownFiles - Used to record name/location of non-standard files...

    FlippableStackView.zip

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

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

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

    解决linux找不到hostname的处理

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

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

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

    2017届北师大版·英语·一轮复习课件:10.ppt

    3. **事件叙述**:作者以具体的数学课堂事件为例,说明了自己如何解决问题并受到表扬,这样的细节描述有助于读者更好地理解主题,并为其他学生提供了借鉴。 4. **词汇扩展**:如“exist”、“determine”、“aware...

    cirris operation manual

    1. **Identifying Adapter Type**: Determine the required adapter based on cable specifications. 2. **Inserting Adapter**: Insert the adapter into the designated slot on the tester. 3. **Configuring ...

    qtcreator4.4.1.zip

    编译qtcreator源码,在make过程中报错(我这里是qtcreator4.4.1,其他版本也会有同样的错误,解决方法相同) g++ -c -pipe -fPIC -fpermissive -finline-functions -Wno-long-long -O2 -std=gnu++1y -fvisibility=...

    unigui0.83.5.820

    - 0000687: "Script" property for TUniForm for adding Custom JS - 0000665: Compatibility with multiple IP systems - 0000685: UniDBGrid: Ellipsis in first column bug (IE) - 0000690: UniDBGrid: ...

    高中英语:Unit 3 Travel Journal Warming up & vocabulary(新人教必修1).doc

    - determine on/upon sth.: 决定做某事 - sb. be determined to do sth.: 某人决定做... - boiling water/boiled water: 沸腾的水 - dream about/of sth.: 梦见/梦想... - keep on sth.: 继续做某事(强调连续性...

    Hadoop2虚拟机3节点安装.pdf

    配置Hadoop,编辑/home/hduser/hadoop/etc/hadoop/hadoop-env.sh文件,替换export JAVA_HOME=${JAVA_HOME}为: `export JAVA_HOME=/usr/lib/jvm/java-6-oracle` 配置/home/hduser/hadoop/etc/hadoop/core-site.xml...

    大学英语三级常考单词和短语.doc

    - `determine`: 决定,`be determined to do sth.` 下定决心做某事。 - `avoid`: 避免,`avoid doing sth.` 避免做某事。 - `request`: 请求,要求。 - `replace`: 替代,替换。 - `attend`: 出席,参加。 2. ...

    php-8.0.3-Win32-vs16-x64.zip

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

    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** - ...

Global site tag (gtag.js) - Google Analytics