Hi all, first of all congratulations about the community.
I have one quick question to ask. Is there a way to use the Hibernate tools of Eclipse to reverse engineer a database and then use the generated classes and DAO's to retrieve data from the DB without using JNDI?
All files generated, have the
Code:
return (SessionFactory) new InitialContext().lookup("SessionFactory");
code autogenerated, however i would like to keep the DAO code intact and for the sake of testing, use the code without a JNDI
Thanks for considering my question.