您好我正在使用hibernate-ogm将我的应用程序mysql数据库迁移到mongodb。在我的pojo中,我使用了InheritanceType.JOINED,但是我在文档中读到了#34; Hibernate OGM支持以下继承策略:* InheritanceType.TABLE_PER_CLASS * InheritanceType.SINGLE_TABLE"我在以下链接Inheritance in Hibernate OGM中找到了相同的内容。 InheritanceType.JOINED的解决方案是什么?我收到了InheritanceType.JOINED的错误
Caused by: java.lang.UnsupportedOperationException: Joined subclasses strategy not supported
at org.hibernate.ogm.jpa.impl.OgmPersisterClassResolver.joinedSubclassEntityPersister(OgmPersisterClassResolver.java:32)
hibernate-ogm库版本5.0.1.Final