Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [dali-dev] org.eclipse.jst.jpa.core.mappings

Title: org.eclipse.jst.jpa.core.mappings
Hi Adrian,

You are looking in the right place, however, the Column meta data, along with a lot of other JPA meta data, has not yet been ported to the 1.0 stream.  We've been spending most of our time on WTP/Platform integration and model infrastructure, and haven't focused as much on the JPA meta model itself in the 1.0 stream. 

Basic meta data such as Column should be around in the near future though.  Right now we hope to have this in M5, but due to some unforeseen circumstances with resources, some of what we planned for M5 may not be possible.

Hope this clears things up for you,

Neil



Goerler, Adrian wrote:

Hi Dali Team,

I am currently looking into how Dali represents the JPA meta data in order to see how thi aligns with the meta data model of our (SAP) JPA runtime. My understanding so far is that the model interfaces are defined in the package org.eclipse.jst.jpa.core.mappings. Here, I find interfaces corresponding to @Id (IId), @Basic (IBasic), @Entity (IEntity), ...  . But I am wondering how the @Column annotation is represented in the meta data model.

Is this info just missing? Or is it defined somewhere else?

Thanks and Best regards,

Adrian



_______________________________________________ dali-dev mailing list dali-dev@xxxxxxxxxxx https://dev.eclipse.org/mailman/listinfo/dali-dev

Back to the top