Question

I search how to create automaticaly field into entities with reverse engeneering ?

Currently I used:

database reverse engineer --schema pkgdbORM  --package org.somewhere.team.project.db

But my entities have any field. I would like to map field from db to be put into each entity.

Thanks for any help

Was it helpful?

Solution

The fields are in .aj files. For example, the fields for EntityA are in EntityA_Roo_DbManaged.aj

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top