Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 2 of 2

Thread: StoredProcedure Vs Hibernate

  1. #1
    Junior Member
    Join Date
    Oct 2010
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default 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.?


  2. #2
    Junior Member
    Join Date
    Jan 2011
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default 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

Similar Threads

  1. hibernate-struts error
    By khaa_khay in forum Web Frameworks
    Replies: 1
    Last Post: July 18th, 2010, 10:04 PM
  2. Hibernate support for Oracle 11g
    By domminnik in forum JDBC & Databases
    Replies: 0
    Last Post: April 16th, 2010, 08:36 AM
  3. Hibernate Concepts
    By systech44 in forum Web Frameworks
    Replies: 2
    Last Post: March 12th, 2010, 07:32 AM
  4. doubt in hibernate
    By jyothishey in forum What's Wrong With My Code?
    Replies: 0
    Last Post: February 10th, 2010, 11:43 PM
  5. Recommendations for E commerce web application
    By Desert Fox in forum Web Frameworks
    Replies: 2
    Last Post: November 1st, 2009, 12:31 AM