How many tables are you going to reverse engineer? If it's not very many, I'd say you'd be better off just modeling your data yourself and mapping it using the annotations or the XML.
On Fri, Jun 8, 2012 at 6:34 PM, J.V. <[email protected]> wrote: > I may look at omondo, we are using IntelliJ with EclipseLink for the JPA > provider. > > J.V. > > > On 6/8/2012 2:26 PM, Belhadj abdessalem wrote: >> >> Eclipse can do this easly for you otherwise we have omondo for generation >> entity bean >> Le 8 juin 2012 22:18, "J.V."<[email protected]> a écrit : >> >>> Is anyone aware of a Maven or Ant or Gradle plugin that has a way to >>> configure to accept a connection to a database and generate JPA entities >>> from the DB? >>> >>> The solution would map the database types correctly (and would work >>> across >>> all DB's including Oracle, MySQL, PostgreSQL& SQL Server), and also >>> >>> configure the relationships inside each entity correctly (many to one/one >>> to many/many to many). >>> >>> thanks >>> >>> >>> J.V. >>> >>> ------------------------------**------------------------------**--------- >>> To unsubscribe, e-mail: >>> users-unsubscribe@maven.**apache.org<[email protected]> >>> For additional commands, e-mail: [email protected] >>> >>> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
