jpa

  • 网络持久化(Java Persistence API);服务局;公共服务局(Jabatan Perkhidmatan Awam)

jpajpa

jpa

持久化(Java Persistence API)

TopLink Essentials 是 Oracle 的 TopLink 产品的开源社区版,它是 JPAJava Persistence API)的参考实现。它是用于创建 …

服务局

被公务服务局JPA)承认的只有北京、上海、南京三家中医药大学,本地院校没有。被马来西亚资格机构(MQA)承认的中 …

公共服务局(Jabatan Perkhidmatan Awam)

公共服务局JPA)奖学金争议,该局一直强调遴选得主是「依据标准办事」,但却又从来不透露遴选机制和评分标准细节,彷 …

1
JPA entities are Java class representations of a database, and allow you to interact on a disconnected model of the database. JPA实体是一个数据库的Java类的代表,并使您能够与数据库没有链接的模型相交流。
2
Play makes it pretty easy to switch in and out of various datastores, and it supports JPA out of the box. Play使得切换各种数据存储非常轻松,它开箱即用地支持JPA。
3
Implementing JPA-compliant entity managers seems to be the likely direction of these technologies. 实现JPA兼容的实体管理器似乎很可能是此类技术的发展方向。
4
You will see a number of errors show up in the Problems view that you can safely ignore until you create your JPA entities. 在Problems视图中您将会看到一系列的错误,在创建JPA实体之前您可以一直忽略它。
5
This means that when someone asks for an order, the JPA engine will fetch all the line items that are associated with the order as well. 这意味着,当有人请求订单时,JPA引擎还将获取与该订单相关的所有行项目。
6
The class is annotated with an @Entity annotation to indicate to JPA that this class is a mapped entity. 类带上了注释@Entity,以向JPA指示该类是一个被映射的实体。
7
A key concept of the JPA is that of a persistence context. JPA的一个重要概念是持久上下文。
8
Frank: One of the initial goals of GraniteDS was to leverage all features of JPA engines, starting with lazy-loading and Hibernate. Frank:GraniteDS最初的一个目标就是利用JPA引擎的所有特性,从延迟加载和Hibernate开始。
9
JPA seems to be the solution that everyone has been looking for. What's your take on it? JPA似乎是每个人都在寻求的解决方案,对此你有什么看法?
10
Not surprisingly, as the persistence unit is no longer defined by Java EE, no such name will be populated by the OSGi JPA runtime. 由于持久性单元不再由JavaEE定义,因此这样的名称不会由OSGiJPA运行时填充。
11
The JPA Manager Bean wizard provides tools for you to access a database and manage its entities effectively. JPAManagerBean向导向您提供的工具,使您能够访问一个数据库,并有效的管理它的实体。
12
Loaded with both in- and out-of-container persistence options, JPA brings J2EE architects a number of new design choices. 由于具有容器内和容器外持久性选项,JPA为J2EE架构师带来一系列全新设计选择。
13
The JDO and JPA interfaces present some leaky abstractions due to the fact that BigTable is not a relational database. 由于BigTable不是一个关系数据库,JDO和JPA的接口出现了一些抽象泄漏。
14
As you can see, most of the benefits of EJB 3 and JPA that you mention involve simplifying assumptions that may not work for all situations. 正如您可以看到的,您提到的EJB3和JPA的大多数好处都包括简化假设,这可能无法适用于所有情况。
15
JPA is a simplified programming model used for object relational mapping and data persistence. JPA是一个用于对象关系映射以及数据支持的简化程序模型。
16
When merging a detached object back into a session, JPA will examine the object and update the data store with any changed values. 将分离对象合并回会话时,JPA将检查该对象,并使用任何更改值来更新数据存储区。
17
If you do not specify the Join column, JPA will attempt to resolve the keys based on a naming scheme. 如果您未指定Join列,JPA将根据命名方案尝试解析这些键。
18
You use the @OneToMany annotation to let the JPA runtime know that this is a managed relation with one team having many players. 使用@OneToMany注释让JPA运行时知道这是一个管理关系,球队有多名球员。
19
JPA enables you to configure a single side cache (shown in Figure 5) to improve performance. JPA使您能配置一个sidecache(如图5所示)来改进性能。
20
Now, let us have a look at the JPA (Java Persistence API) annotations of your generated Application Java domain class. 现在,让我们看一下生成ApplicationJava领域类的JPA(Java持久化API)注释吧。
21
The client must be written in the Java language to invoke JPA through a remote session bean or similar facade. 客户端必须使用Java语言编写,通过一个远程会话Bean或类似的方法来调用JPA。
22
On the first page, you can select one of the available JPA Managers that you want to use in the current page. 在第一页中,您可以选择一个可用的,您想在当前页面中使用的JPAManagers。
23
Hibernate's JPA support provides for JPA standard persistence and is a good alternative to the proprietary Hibernate APIs. Hibernate的JPA支持提供JPA标准持久性,并且是专有HibernateAPI的较好替代方案。
24
Also, the new JPA specification does not include automatic container-managed relationship (CMR) maintenance. 此外,新的JPA规范没有包括容器管理关系(container-managedrelationship,CMR)的自动维护。
25
The CRUD (Create, Read, Update, Delete) module generates a fully usable web interface for your JPA Model objects. (增加,读取,更新,删除)模块生成一个完全可用的web接口为你的JPA模型对象。
26
From the JPA perspective, in the JPA Structure view (usually on the top-right of the JPA perspective), select the birthdate attribute. 在JPA视角下,从JPAStructure视图中(通常在JPA视角的右上部),选择birthdate属性。
27
Let me quickly go through the various ways of accessing data with JPA, assuming you are familiar with how to map Java objects in JPA. 让我们快速浏览一下使用JPA访问数据的各种方法,假定您非常熟悉在JPA中映射Java对象的方式。
28
The Java Persistence API (JPA) defines how a server-side application should interact with persistent data stored in a relational database. JavaPersistenceAPI(JPA)定义了一个服务器端应用程序是如何查询存储在一个关系数据库中的数据的。
29
A transaction callback must be defined in the objectgrid. xml to receive transaction commit or rollback events and send it to the JPA layer. 在objectgrid.xml中必须定义事务的回调函数,这样就可以接收事务提交或回滚的事件,并将其发送到JPA层。
30
I am personally part of the JPA 2 expert group and have been thinking about Java Persistence integration for a while. 我个人是JPA2专家组的成员,已经对JavaPersistence集成思索了一段时间。