java - Generating HashSet of objects while making hibernate reverse engineering in eclipse -
i have 2 tables in sql server database; equipe , ordre_de_prod table. ordre_de_prod table contains id of equipe foreign key, whenever make hibernate reverse engineering in eclipse, ordredeprod class contains object of equipe class. but, equipe class hashset of objects of ordredeprod. how cant solve problem ?
thank you
Comments
Post a Comment