0 Replies Latest reply on Jan 29, 2007 11:30 AM by craig1980

    multiple hibernate session

    craig1980

      Hi all, I hava an application where a part of the DB is dynamic, that is, tables are created at runtime. I want use hibernate for db access, how can I solve this situation ?
      Since all tables are equals (only name change). I thought to use several sessionFactory, using multiple Configuration. According to you is it a good idea?