They are a way to add automatically each field on a table to corresponding entity?

StackOverflow https://stackoverflow.com/questions/21089906

  •  27-09-2022
  •  | 
  •  

Pregunta

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

¿Fue útil?

Solución

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

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top