Generate Java code from <<ORM Persistable>> class

Hallo,

I have a project which started with a Physical DB model (tables and associations).

When I sync it to a Class Diagram, all generated classes are annotated as <>.

When I then attempt to generate Java code, the ‘Round Trip’ message log says “[Warning] There is no class model available for code generation (16 classes are ignored).”

If I add a dummy class (NOT ORM Persistable), the code is generated.

What am I missing?

Thanks in advance,

Jax

hello :slight_smile: the problem solved?

The classes are specific for generation of hibernate code, which now not cover from the round-trip code generation. For generating hibernate please go to Tools > Hibernate > Generate code.

Best regards,
Rain Wong