[hibernate-dev] Developing ogm over MongoDB

Sanne Grinovero sanne at hibernate.org
Thu Feb 3 07:10:50 EST 2011


Hi Daniele,
welcome.

First read: http://community.jboss.org/wiki/HibernateOGMGeneralInformations
After checking out the code, start by looking at the @Persister
implementations - quite powerful extension points.

then we'll wait for questions, feedback, comments, and patches :)
Cheers,
Sanne

2011/2/3 ildella at gmail.com <ildella at gmail.com>:
> Hi everyone.
>
> I was talking with sanne about some scenario where I'd like to use
> Hibernate Search to have a lucene index created with the HS ease of
> use, and also to persist data over MongoDB, for the schema less
> freedom and other reasons.
>
> Scenario is I need to staret developing a new app with a simple domain
> (collection of Companies with a set of ServiceRegistration each). I'd
> like to wrap the mongoDB persistence layer like you did for
> Infinispan, does that make sense?
> My target is to make crud operation works with the KS nomenclature
> (DBObject and Collection to start), and then to make HSearch work with
> that (the real hard task).
>
> I am a little lost in the ogm project, where should I start to watch
> to find some tests that can drive my implementation?
>
> Thanks for help.
>
> --
> Daniele Dellafiore
> http://danieledellafiore.net
> _______________________________________________
> hibernate-dev mailing list
> hibernate-dev at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/hibernate-dev
>



More information about the hibernate-dev mailing list