Uses of Interface
org.hibernate.boot.model.naming.NamingStrategyHelper
Packages that use NamingStrategyHelper
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 NamingStrategyHelper in org.hibernate.boot.model.naming
Methods in org.hibernate.boot.model.naming with parameters of type NamingStrategyHelperModifier and TypeMethodDescriptionObjectNameNormalizer.determineLogicalName
(String explicitName, NamingStrategyHelper namingStrategyHelper) Determine the logical name give a (potentiallynull
/empty) explicit name.