StoredProcedure Vs Hibernate
we planned to rewrite our System in Java, Which was previously running in Stored procedure.
More than 5 Applications calls the procedure which inserts and updates some set of records after the post transaction which has been done in the background.
Now we planned to take the procedure out and do a application in java with Hibernate. Will this can be done.?
Re: StoredProcedure Vs Hibernate
Hi,
we can use hibernate. Hibernate is an ORM Frame work which primarly works on webserver/app server not on db server. replacing ORM for store procedure can be done as it is more capable than store procedure.
regards
Nagaraj