我的工作JPA與甲骨文的NoSql DB(使用的EclipseLink API)。 我有兩個類Person和Address,它們有一對多的關係。下面的代碼片段: @Entity
@NoSql (dataFormat = DataFormatType.MAPPED)
public class Person implements Serializable {
private stati
我想看一看的NoSql DB,並嘗試以下列指示https://docs.oracle.com/cd/E26161_02/html/AdminGuide/install-config.html ,創造它。我有一個錯誤 Exception in thread "main" java.lang.NoClassDefFoundError: com/sleepycat/je/CacheMode
at o