English 中文(简体)
财政部工具支助
原标题:Tool support for MOF (Meta Object Facility)
  • 时间:2011-02-01 14:24:31
  •  标签:
  • metamodel
问题回答

At least by using google I find several tools for accessing MOF based files:
Programmer friendly:
http://www2.informatik.hu-berlin.de/sam/meta-tools/aMOF2.0forJava/tool.html
Modeling friendly:
http://www.magicdraw.com/newandnoteworthy/magicdraw/16.0#import_export





相关问题
JPA/Metamodel: Strange (inconsistent ?) example in Sun Docs

In Sun Online resources, they provide son example about the usage of the Criteria/Metamodel API, but as far as I understand Java, it seems to be impossible to work: CriteriaQuery<Pet> cq = cb....

Get model s fields in Django

Given a Django model, I m trying to list all of its fields. I ve seen some examples of doing this using the _meta model attribute, but doesn t the underscore in front of meta indicate that the _meta ...

JPA 2 Delete/Insert order from Metamodel

I m trying to use the JPA2 metadata to figure out the order to insert/delete rows from a database so constraints are not an issue (to be used later in Java code). This is part of a backup/restore ...

Why aren t APT generated classes being compiled by Eclipse?

In my Eclipse project I m using a third-party annotation processor, Hibernate Metamodel Generator to be exact. The annotation processor works as expected and generates .java files as specified by the ...

How to generate the JPA entity Metamodel?

In the spirit of type safety associated with the CriteriaQuery JPA 2.0 also has an API to support Metamodel representation of entities. Is anyone aware of a fully functional implementation of this ...

Creating queries using Criteria API (JPA 2.0)

I m trying to create a query with the Criteria API from JPA 2.0, but I can t make it work. The problem is with the "between" conditional method. I read some documentation to know how I have to do it, ...

热门标签