Uses of Class
org.hibernate.boot.model.naming.ImplicitNamingStrategyJpaCompliantImpl
-
Packages that use ImplicitNamingStrategyJpaCompliantImpl Package Description org.hibernate.boot.model.naming This API allows intervention by generic code in the process of determining the names of database objects (tables, columns, and constraints). -
-
Uses of ImplicitNamingStrategyJpaCompliantImpl in org.hibernate.boot.model.naming
Subclasses of ImplicitNamingStrategyJpaCompliantImpl in org.hibernate.boot.model.naming Modifier and Type Class Description class
ImplicitNamingStrategyComponentPathImpl
An ImplicitNamingStrategy implementation which uses full composite paths extracted from AttributePath, as opposed to just the terminal property part.class
ImplicitNamingStrategyLegacyHbmImpl
Implements the original legacy naming behavior.class
ImplicitNamingStrategyLegacyJpaImpl
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.
-