public class SpringNamingStrategy
extends org.hibernate.cfg.ImprovedNamingStrategy
Hibernate NamingStrategy that follows Spring recommended naming conventions.
Naming conventions implemented here are identical to ImprovedNamingStrategy
with the exception that foreign key columns include the referenced column name.
Since:
1.2.0
Author:
Phillip Webb
See Also:
"http://stackoverflow.com/questions/7689206/ejb3namingstrategy-vs-improvednamingstrategy-foreign-key-naming",
Serialized Form
Field Summary
Fields inherited from class org.hibernate.cfg.ImprovedNamingStrategy