Michael,
I am interesing for reverse mapping currently – middlegen have a problem with big database ( I can’t work with big schema in middlegen, but If I try set only one table , middlegen return out of memory)
I need features – create mapping and POJO from database browser, but with
added features :
– myeclipse have to create ID from table’s primary key (now db explorer ask for ID),
– I need support for composite id, too
I think that hibernae wizard (from DB explorer) need return wizard with :
– database column and mapping properties and that use can change mapping
– primary key and mapping
– foreign keys and collection mapping
Mapping class can extends any base class (with for instance equals and hashcode method, unsaved column for Interceptor etc) and implement any base interface – hibernate have meta mapping for this features, but it isn’t important for reverse mapping
User can change mapping template .
I send this in Features/Enhancement forum.
This work in middlegen, but all tables only – I want only one table or choose more tables
Thanks