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

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

  •  27-09-2022
  •  | 
  •  

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

有帮助吗?

解决方案

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

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top