Discussion:
unknown
1970-01-01 00:00:00 UTC
Permalink
Is it possible to change the package names per table? Here is a
simplified version of my situation.

I have the following table/entitybean for one module, this module is
written and I have to use it.

table user
user_id:INT
username:VARCHAR

Entity Bean
com.companyA.User


In another module, the one that I am writing, I have the following
table/entity bean
ITEM
item_id:INT
name:VARCHAR
user_id:INT --where user_id references the user table

Entity Bean
com.companyB.Item

In middlegen I add the following tables (user,item), except middlegen
creates a User entity bean in the package com.companyB and not
com.companyA. Is there a solution to this problem?

Ben Litchfield

Loading...