Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

Any Hibernate User

Options
  • 05-02-2007 6:45pm
    #1
    Registered Users Posts: 995 ✭✭✭


    Anyone using Hibernate out there? I would be very interested in getting insights from anybody who has used Hibernate sitting on top of Oracle


Comments

  • Registered Users Posts: 378 ✭✭sicruise


    I've used it with mysql... same difference. Its a great tool...


  • Registered Users Posts: 995 ✭✭✭cousin_borat


    Hey sicruise,

    Yeah, its a great tool. Almost the same difference :) Were working solely with tables or also with Stored Procedures in MySQL. This is the issue I want to address with Hibernate. Basically these stored procedures have signatures, sometimes the parameters are all simple types VARCHARS, INTEGERS, etc. However the problem is when a parameter is a complex type such as a Row Record Type or a Table Type.

    Now I could flatten this out into its constituent simple elements (done this using XQuery with a Pragma SQL statement), however I would like Hibernate to be able to handle this complex type.

    That being said I'm really getting in to Hibernate, especially when used with Spring.


Advertisement