-->
These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 2 posts ] 
Author Message
 Post subject: release date for Hibernate OGM?
PostPosted: Thu Nov 21, 2013 6:01 pm 
Newbie

Joined: Thu Nov 21, 2013 5:47 pm
Posts: 1
Hi

Can you please tell me a tentative release schedule for hibernate OGM?

I am using it in my project rightnow - have got an initial POC and test cases up and running. But in order to productionize it, I will need a proper release version. Unfortunately I can't use Beta versions in production. If you can tell me an approximate release date, that will help a lot.

By the way, I am using it with mongoDB as my underlying datastore.

thanks.


Top
 Profile  
 
 Post subject: Re: release date for Hibernate OGM?
PostPosted: Tue Nov 26, 2013 9:11 am 
Hibernate Team
Hibernate Team

Joined: Sun Sep 14, 2003 3:54 am
Posts: 7256
Location: Paris, France
Hello,
As a general rule, we release when it's ready and don't give out specific dates :)

Instead of giving you a meaningless date or even worse a meaningless release marked as "Final", let me share our roadmap. We would like these in before we mark it as 4.0 Final.

Quote:
# Hibernate OGM 4.0 Beta5

## Annotation based option system

Each datastore can use specific annotations to customize its behavior. The user can use either annotations or a programmatic API
- offer ability for each dialect to react to metadata specific information
- programmatic and annotation based
- for different scopes: generic, type and properties
- retrofit this for MongoDB’s options

## CRUD support for CouchDB
Support the CouchDB document DB to read and store entities and associations.

# Hibernate OGM 4.0
## Performance and stabilization
Review performance and overall choices before going final.

## Improved Neo4J navigation
Support Neo4J with ability to keep node reference for cheap navigation when resolving proxies thus avoiding unnecessary lookups.
- Store tuple as data snapshot via IdentityMap or enhanced entity
- Use stored tuples as navigation tools instead of fetching (graph databases)

## Batch changes per transactions
Offer the GridDialect the option to receive a batch of operations to execute. Some drivers are better that way and can increase the isolation lever.

## Additional query support

### Query support for Neo4J
Support JP-QL and native queries.

### Query support for CouchDB
Support JP-QL and native queries.

### Clean query parser design
Fix how the field bridge is selected for a given property.
- Automatic approach
- Manual overriding option (convention based, annotation or SPI?)

Use Hibernate ORM metadata (EntityPersister) to find the type of a property for HQL literal conversion)
- extract this logic and reuse it for all backends

### Move to proper OgmLoader implementations
Discuss how to properly load objects via the OgmLoader approach.

### Cache query plans
Look at Hibernate ORM’s HQLQueryPlan which essentially caches results of a query translator which in term calls the entity loader. A similar design or even interface result is probably possible


In particular, we know we need to improve performance for queries and have strong suspects.

If you use OGM as CRUD for MongoDb, this code has been stable for quite some time and I would not worry.

Note that the road map is public but hosted on the soon to be released new website and we did not take the energy to update the old instrastructure. Stay tuned.

_________________
Emmanuel


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 2 posts ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.