Ayende, Thanks very much for such a quick response.
We are using NHibernate (.NET). I'm now investigating if we can "customize" Hibernate code, making it utlize our meta-info database, and finish ORM mapping for these custom objects. I'm not sure if this is too ambitious? Kelven On Wed, Mar 25, 2009 at 1:30 PM, Ayende Rahien <[email protected]> wrote: > Are you talking about .NET or Java? > > > On Wed, Mar 25, 2009 at 4:21 PM, kelveny <[email protected]> wrote: > >> >> 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? >> > >
