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 classImplicitNamingStrategyComponentPathImplAn ImplicitNamingStrategy implementation which uses full composite paths extracted from AttributePath, as opposed to just the terminal property part.classImplicitNamingStrategyLegacyHbmImplImplements the original legacy naming behavior.classImplicitNamingStrategyLegacyJpaImplImplementation of the ImplicitNamingStrategy contract which conforms to the naming rules initially implemented by Hibernate for JPA 1.0, prior to many things being clarified.
-