Hi All,
I have some questions on general hibernate and
JDBC.
1) Can we apply hibernate framework in application which points to database(All Tables) where having only READ access and don't have WRITE? Since hibernate objects (Session, Transaction, SessionFactory) would do some manipulation and give PO objects , will these required right access to database?.
2) Is there any situation in which we cannot apply Hibernate framework and the same conditon JDBC will workout there?
Regards,
Suresh