Hi,

i am using hibernate with a relational database right now.

I want to add Neo4j to my persistence layer and to use spring data with cross store.

Is this possibly with hibernate? I saw some examples but they used the JPA entitymanager and I am using
the HibernateSessionFactory so when i annotate some fields with @RelateTo i get HibernateMappingExceptions because of an unknown type. So hibernate doesn't ignore this fields.

Thanks.