The second release towards JPA 2 support. Specific JPA 2 related enhancements from Beta-1 include:
- Initial implementation of criteria query compiling and execution
- Better metamodel API coverage, including StaticMetamodel support in conjunction with the Hibernate StaticMetamodel Generator Annotation Processor. Still a few use cases missing wrt distinguishing cardinality.
Additional enhancements from Beta-1 include:
- JDBC 4 support
- Support for column-level read/write fragments (HBM only for now)
- Support for Infinispan as a second-level cache provider
Check out the release notes for the full list of changes.
The artifacts have all been published to the JBoss Maven repository. Additionally the release bundles have been uploaded to SourceForge.
Please report any issues to Jira. Visit us on IRC or the forums if you have a usage question.
Thanks!
Created: 03. Nov 2009, 11:41 CET (Steve Ebersole)
Last Modified: 24. Feb 2010, 00:33 CET (Steve Ebersole)
Hi,
I cannot see the attribute on @OneToMany and the likes... is it planned for later or out of the spec?
Thanks
It's in the spec and in our JPA API implementation AFAIR. but I don't think we have implemented that yet. In the mean time, use the Hibernate cascade DELETE_ORPHAN, it's equivalent (for @OneToMany at least).
More information on how to use Infinispan 2nd level cache provider can be found in: http://infinispan.blogspot.com/2009/10/infinispan-based-hibernate-cache.html
Speaking on Inifinispan and caches, their site says , but JSR-107 hasn't produced anything since 2001 and JCache 2005. Has there been any further cache work in any later JSR?
Great work!
how can i download it? and how can i regeist in this website?
Congratulations on the release guys. I can't wait to try out the JPA 2.0 features. When do you anticipate the documentation will be ready?
Is there a way to start working with Envers on Hibernate 3.5.0-Beta-2 ??
There is BIG BUG with PostgreSQL, Hibernate read @Lob OID's as the value of lob, not as the reference to Lob. This is regression before 3.3.2.
By do you mean available on the web? Well its unfortunately too painful atm to get documentation uploaded to our JBoss hosting site, so I probably wont be doing that until at least the RCs. But the docs are being built and are available in the release bundles from SourceForge.
Not really sure what you mean.
Not really sure what you mean. Use org.hibernate:hibernate-envers:3.5.0-Beta-2?
nice posting, thanks for information
I have tried using infinispan as 2LC, It looks fine but I have problem executing test case for locking. When I try to update an entity it should be locked. I should get Exception for write skew check when I try to update single entity concurrently from multiple nodes in cluster but not getting any message nor getting exception.
I have posted question on Jboss Community.
Can anybody help??
Here is the link. http://community.jboss.org/message/563066
Amit