The article does point you in the right direction - simply implement the DataContext interface, in man cases preferably by extending QueryPostprocessDataContext.
I would encourage taking a look at some of the simpler implementations that are already there in MetaModel's codebase. For instance the "pojo" module which provides a DataContext implementation based on collections and POJOs. 2013/11/20 Avinash Dongre <[email protected]> > Hi All, > > Is there a documents which explain for Adding Support for New Data Stores. > What interfaces need to be implemented for achieving this. > > Any documents, or example would help. > > I find http://www.infoq.com/articles/apache-incubator-metamodel talk about > some of this, but is this complete ? > > > Thanks > Avinash >
