Hello,
we have worked with the HibernateSynchronizer-Plugin before we are now using MyEclipse 5.0 to generate our hibernate mapping files. If we had a one to one relationship between two tables in the database, and if we were using the same name for the pk-fields of the two tables, Hibernate Synchronizer generated a mapping file using the “joined-subclass” tag to represent the one to one relationship.
Is this possible to be generated from MyEclipse too? We are trying to migrate a production project from HibernateSynchronizer to MyEclipse because we want to use the functionality of MyEclipse instead of installing additional plugins.