| hi,I am new to hibernate here is my confuse, for example, I have one entity named User, and I have 100 tables which are user_0, user_1, user_2....user_99, those user_* share the same table structure, and I know I can add 100 entities to mapping one entity to one table, but this is a heavy job. So I want to know does hibernate have better solutions on this case, could you please support some doc on this? think you so much. |