We've developed a storage model which can allow virtual custom tables to be collapsed to a fix number of physical tables, the idea of this is to allow third-party developers to develop and deploy new features with custom objects on top of our runtime system.
We've been heavily used Hibernate for our native objects, with this new feature requirement, we would like to extend the same model to third-party developers, which means, to extend Hibernate ORM power across native objects and custom objects. >From Hibernate perspective, make its mapping layer work on these custom object, how ambitious is it, or if not, what is the best approach to do so?
