Advertisement
Guest User

Untitled

a guest
Nov 24th, 2014
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. Configuration configA=new Configuration();//use the default hibernate.cgf.xml file
  2. Congiruration configB=new Configuration.configure('/hibernate_db2.cfg.xml') // use hibernate_db2.cfg.xml under root folder.
  3. SessionFactory sfa=configA.buildSessionFactory();
  4. SessionFactory sfb=configB.buildSessionFactory();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement