Hibernate-mapping
Hibernate has a hibernate-mapping config file. There are a property attribute in it. The following is the property's parameters
Interface: org.hibernate.cfg.NamingStrategy 1. org.hibernate.cfg.DefaultNamingStragegy 2. org.hibernate.cfg.ImprovedNamingStragegy
Developers also can extends the two stragegy to implement your naming stragegy.