English 中文(简体)
使用Hibernate entitiesManager(vs. Hibernate Core)的任何缺陷?
原标题:Any drawbacks of using Hibernate EntityManager (vs. Hibernate Core)?
最佳回答
问题回答

很显然:取决于贵项目的业务和技术需要<>。

www.un.org/Depts/DGACM/index_spanish.htm 但是,在使用纯温和核心时,我有什么好处?

不要忘记,Hibernate Annotations和Hibernate entitiesManager都建立在解放的核心之上。 So one more levels。 除此以外 它依靠储存在XML文档中的元数据制图。 一些用户更喜欢 利用XML文档,而不是说明,因为它使域名完全独立于你们选择的DAO执行。 但是,在使用说明时,与《人民权利法》书相提并论是明确的。

与当地XML文件相比,你用于测绘元数据的编码线降低,你可能希望说明能力得到更好的调整。

JDBC >> Hibernate core >> Hibernate Annotations

......

JDBC >> Hibernate core >> Hibernate EntityManager

而《JPA 2》更适合《JPA 1》未提供的情况。 现在有许多新特点,例如:

  • Object oriented query API
  • Wrapper s @Embeddable
  • Collection of @Embeddables @ElementCollection

.........

不要忘记JPA实体Manager允许你通过使用。 如果你需要JPA没有提供的特征,则采用的方法。

www.un.org/Depts/DGACM/index_spanish.htm 我喜欢直接使用Hibernate Core。 我还更喜欢XML绘图文档。

我并不真正有兴趣使用二级电梯,无法利用Hibernate芯功能。 就我所关心的持久性等级而言,是complete non-issue

初专干事对自由新闻预报系统的实际好处很少——我看到有人使用日本广播公司的名称询问(标准可能更清晰、更完善),而日本邮局的说明则比较好。

www.un.org/Depts/DGACM/index_spanish.htm 除此以外,日本邮政管理处只是一个更加复杂和繁多的层次;潜在的间接费用——没有好处。 在这种情况下,正确的决定是反对使用。

数据库的可携性 OTOH非常真实。 我的习惯分配器(发电机)是完全可以运送的,而且比设计错误的解放器的幻觉仪更简单。

这种办法在多个重大商业、政府和计划方面非常成功;遗产数据库再设计项目。 简言之,对重要事项——和对APIC的顶端的APIC-A/C.2/Add.1的重视不是。

使用JPA管道的好处远远大于使用纯液的任何不利条件。 我不是一位专家,但我不了解任何情况,如果这样做会有助于淡化。 (试图纯粹是JDBC是一个不同的问题)。

如果有任何例子可以分享,我会爱看到这些例子。





相关问题
Spring Properties File

Hi have this j2ee web application developed using spring framework. I have a problem with rendering mnessages in nihongo characters from the properties file. I tried converting the file to ascii using ...

Logging a global ID in multiple components

I have a system which contains multiple applications connected together using JMS and Spring Integration. Messages get sent along a chain of applications. [App A] -> [App B] -> [App C] We set a ...

Java Library Size

If I m given two Java Libraries in Jar format, 1 having no bells and whistles, and the other having lots of them that will mostly go unused.... my question is: How will the larger, mostly unused ...

How to get the Array Class for a given Class in Java?

I have a Class variable that holds a certain type and I need to get a variable that holds the corresponding array class. The best I could come up with is this: Class arrayOfFooClass = java.lang....

SQLite , Derby vs file system

I m working on a Java desktop application that reads and writes from/to different files. I think a better solution would be to replace the file system by a SQLite database. How hard is it to migrate ...