Skip to main content

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

Title: org.eclipse.jst.jpa.core.mappings

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


Attachment: smime.p7s
Description: S/MIME cryptographic signature


Back to the top