Uses of Class
org.hibernate.boot.model.naming.ImplicitNamingStrategyJpaCompliantImpl
Packages that use ImplicitNamingStrategyJpaCompliantImpl
Package
Description
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.namingModifier and TypeClassDescriptionclass
An ImplicitNamingStrategy implementation which uses full composite paths extracted from AttributePath, as opposed to just the terminal property part.class
Implements the original legacy naming behavior.class
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.