We have to work on a JPA-based project using Hibernate. For now, it is running on the default H2 database, with the default H2 dialect.
We would like to migrate our project on a triplestore database, such as OpenRDF Sesame.
I was wondering if the best way is to find/create a custom dialect for OpenRDF? Possible? Or if we have to stop using Hibernate?
I am quite new in Hibernate dialect but I saw some custom ones... So, is it possible to create one for triplestore database?