On Tue, Mar 3, 2015 at 5:26 PM, Alexey Kuznetsov <[email protected]> wrote:
> Do you mean - analyze user POJOs and generate XML with type metadata based > on user POJOs, not on database metadata? > I don't think this would be possible as user POJOs do not have indexing information. What I meant is still analyze the database, but generate the metadata based on user POJOs, without generating new POJOs. > > On Wed, Mar 4, 2015 at 12:17 AM, Dmitriy Setrakyan <[email protected]> > wrote: > > > Igniters, > > > > I know that we have automatic DB integration tool documented here: > > http://apacheignite.readme.io/v1.0/docs/automatic-db-integration > > > > It looks like this tool automatically investigates DB Schema and > generates > > POJOs and Type metadata. > > > > Is there a way not to generate POJOs (perhaps user already has them), but > > to only generate type metadata which integrates with existing POJOs user > > already has? > > > > D. > > > > > > -- > Alexey Kuznetsov > GridGain Systems > www.gridgain.com >
