1 Reply Latest reply on Sep 18, 2007 1:15 PM by pmuir

    Overriding default Hibernate NamingStrategy

    csimons


      I am looking to override the default Hibernate NamingStrategy in our Seam / EJB 3.0 application.

      In doing so, I expect to have to implement the NamingStrategy interface with a customized strategy for naming tables, columns, and so forth. This part makes sense.

      However, I've only been able to find examples of actually *using*/applying this new naming strategy through Spring. Can anyone tell me how would I go about doing the same thing using Seam? Is it going to be similar to Spring wherein there is an XML file I need to edit?

      Thank you for your time.