What are the advantages of having Hibernate NamingStrategy inside persistence class ?
In Hibernate 3.6 has four implementations of org.hibernate.cfg.NamingStrategy interface:
org.hibernate.cfg.DefaultComponentSafeNamingStrategy
org.hibernate.cfg.DefaultNamingStrategy
org.hibernate.cfg.EJB3NamingStrategy
org.hibernate.cfg.ImprovedNamingStrategy
and how its difference between each other?