- All Implemented Interfaces:
- Serializable, org.hibernate.cfg.NamingStrategy
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:
- "https://stackoverflow.com/questions/7689206/ejb3namingstrategy-vs-improvednamingstrategy-foreign-key-naming",
Serialized Form