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的全部内容,希望文章能够帮你解决所遇到的问题。
- 上一篇: tmp02
- 下一篇: qtp web随机获取下拉框的值