- android - 多次调用 OnPrimaryClipChangedListener
- android - 无法更新 RecyclerView 中的 TextView 字段
- android.database.CursorIndexOutOfBoundsException : Index 0 requested, 光标大小为 0
- android - 使用 AppCompat 时,我们是否需要明确指定其 UI 组件(Spinner、EditText)颜色
我正在创建一个简单的应用程序,我将在其中使用对象关系映射。我听说过 eclipselink JPA 并做了一个 POC。看起来就像在我本地工作。
我脑子里有两个问题。
最佳答案
Is eclipselink tied to the environment? Does the same will work in other environments (production)?
Eclipselink
是 Java API 规范的实现 (RI),用于管理 Java EE 和 Java SE 的持久性和对象/关系映射。这与任何特定环境无关。
Is there any other provider like eclipselink JPA which gives the same features?
答案在这个 discussion会给你一个关于这个的想法。
关于java - 替代 JPA 提供商(例如 eclipselink)? eclipselink 环境是否特定?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19590719/
我在前几天的测验中遇到了以下问题。 Consider the code fragment (assumed to be in a program in which all variables are
关闭。这个问题需要更多focused .它目前不接受答案。 想改进这个问题吗? 更新问题,使其只关注一个问题 editing this post . 关闭 9 年前。 Improve this qu
我刚开始接触 Objective-C,一般来说是 C,所以我想这也是一个 C 问题。它更像是一个为什么的问题,而不是一个如何做的问题问题。 我注意到,在除以两个整数时,小数部分向下舍入为 0,即使结果
我是一名优秀的程序员,十分优秀!