欢迎访问 生活随笔!

生活随笔

当前位置: 首页 > 编程资源 > 编程问答 >内容正文

编程问答

JPA 2.1: What is new

发布时间:2025/3/20 编程问答 24 豆豆
生活随笔 收集整理的这篇文章主要介绍了 JPA 2.1: What is new 小编觉得挺不错的,现在分享给大家,帮大家做个参考.

为什么80%的码农都做不了架构师?>>>   

JPA 2.1: Overview

JPA 2.1 bring small improvement to JPA 2.0, I have written a series of posts to introduce it.

  • Schema generation scripts configuration
  • Attribute Converter
  • Bulk Criterial Update and Delete API
  • Entity Graph
  • Synchronized Persistence Contexts
  • Treat
  • CDI support

JPA 2.1 also includes some RDBMS improvements, such as supports Store Procedure, and adds function in JPQL. I am not a big fan of RDBMS, so it is not so attractive for me.

In this version, some features are still not perfect, as I motioned, the schema generation scripts strategy does not include a Hibernate equivalent UPDATE. Secondly, the CDI support is not available in the @Converter and @Entity.

The JPA expert group should consider more about NoSQL, and hear the voice from Hibernate community(there is a Hibernate OGM project for NoSQL, now supports Mongo, JBoss Infinispan) and other JPA providers, especially DataNucleus which has excellent NoSQL support.

The sample codes are hosted on my github.com account, check out and play it yourself.

https://github.com/hantsy/ee7-sandbox

转载于:https://my.oschina.net/hantsy/blog/182171

总结

以上是生活随笔为你收集整理的JPA 2.1: What is new的全部内容,希望文章能够帮你解决所遇到的问题。

如果觉得生活随笔网站内容还不错,欢迎将生活随笔推荐给好友。