Class ImplicitNamingStrategyLegacyJpaImpl

java.lang.Object
org.hibernate.boot.model.naming.ImplicitNamingStrategyJpaCompliantImpl
org.hibernate.boot.model.naming.ImplicitNamingStrategyLegacyJpaImpl
All Implemented Interfaces:
Serializable, ImplicitNamingStrategy

public class ImplicitNamingStrategyLegacyJpaImpl extends ImplicitNamingStrategyJpaCompliantImpl
Implementation of the ImplicitNamingStrategy contract which conforms to the naming rules initially implemented by Hibernate for JPA 1.0, prior to many things being clarified.

For a more JPA 2 compliant strategy, see/use ImplicitNamingStrategyJpaCompliantImpl

Corresponds roughly to the legacy org.hibernate.cfg.EJB3NamingStrategy class.

See Also: