Uses of Class
org.hibernate.boot.model.naming.ImplicitNamingStrategyJpaCompliantImpl
-
Packages that use ImplicitNamingStrategyJpaCompliantImpl Package Description org.hibernate.boot.model.naming Represents a proposed new approach to allowing hooks into the process of determining the name of database objects (tables, columns, constraints, etc). -
-
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.
-