gpt4 book ai didi

java - org.bson.codecs.configuration.CodecConfigurationException : Can't find a codec for class org. hibernate.ogm.datastore.mongodb.type.GridFS

转载 作者:太空宇宙 更新时间:2023-11-04 09:54:21 26 4
gpt4 key购买 nike

我正在尝试在 Hibernate-ogm 中尝试 GridFS。这就是我的课

import org.hibernate.ogm.datastore.mongodb.type.GridFS;

@Embeddable
public class MyEntity implements Serializable{

private String name;

public MyEntity () {
}

GridFS list;
}

当我尝试使该实体持久化时,我在运行时收到标题错误。 list 字段上的 Eclipse IDE 显示“属性列表在此上下文中具有无效的映射类型”。

最佳答案

目前,GridFS 类型不支持关联。您只能将其用作实体的属性。

有一个问题:https://hibernate.atlassian.net/browse/OGM-1553您还可以在论坛中找到更多信息:https://discourse.hibernate.org/t/org-hibernate-hibernateexception-ogm000080-could-not-load-an-entity-batch/2148

关于java - org.bson.codecs.configuration.CodecConfigurationException : Can't find a codec for class org. hibernate.ogm.datastore.mongodb.type.GridFS,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/54362067/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com