Class ImplicitNamingStrategyJpaCompliantImpl

java.lang.Object
org.hibernate.boot.model.naming.ImplicitNamingStrategyJpaCompliantImpl
All Implemented Interfaces:
Serializable, ImplicitNamingStrategy
Direct Known Subclasses:
ImplicitNamingStrategyComponentPathImpl, ImplicitNamingStrategyLegacyHbmImpl, ImplicitNamingStrategyLegacyJpaImpl

public class ImplicitNamingStrategyJpaCompliantImpl extends Object implements ImplicitNamingStrategy, Serializable
Implementation of the ImplicitNamingStrategy contract, generally preferring to conform to JPA standards.

For the legacy JPA-based naming standards initially implemented by Hibernate, see/use ImplicitNamingStrategyLegacyJpaImpl

See Also: