Community
Participate
Working Groups
Hi, I have a feature request: We would like to replace the XMI persistence on server side with a Hibernate based persistence. Please make the persistence pluggable, so we just need to implement interfaces. We would contribute our persistence implementation. When could you provide the extension point? Thank you.
This is a good idea and we will provide an interface and extension point to register other persistence layers. For a time plan I will have discuss in our next team meeting, but I guess it will be November probably.
With the 1.1.0 release we introduced the org.eclipse.emf.emfstore.server.resourceSetProvider extension point which enables it to replace the default XMI persistence mechanism on the server.