Can I create many tables according to the same entity?

Posted by jacob on Stack Overflow See other posts from Stack Overflow or by jacob
Published on 2010-05-07T01:44:37Z Indexed on 2010/05/07 1:48 UTC
Read the original article Hit count: 204

Filed under:
|

What I want to do is that I want to make the many tables dinamically which are the same entity structures. And then I want to refer to the dinamically created tables according to the table name. What I understood from hibernate reference is that I can only create only one table and it should be matched exactly with entity. So I can't find any solution to my problem.

If you know any relevent open source related to my problem or any tip or web site, let me know.

Thanks allways

© Stack Overflow or respective owner

Related posts about hibernate

Related posts about entity