Uses of Interface
org.hibernate.boot.model.naming.ImplicitBasicColumnNameSource
Packages that use ImplicitBasicColumnNameSource
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 ImplicitBasicColumnNameSource in org.hibernate.boot.model.naming
Methods in org.hibernate.boot.model.naming with parameters of type ImplicitBasicColumnNameSourceModifier and TypeMethodDescriptionImplicitNamingStrategy.determineBasicColumnName
(ImplicitBasicColumnNameSource source) Determine the column name when it is not explicitly specified usingColumn.name()
.ImplicitNamingStrategyJpaCompliantImpl.determineBasicColumnName
(ImplicitBasicColumnNameSource source) ImplicitNamingStrategyLegacyHbmImpl.determineBasicColumnName
(ImplicitBasicColumnNameSource source) -
Uses of ImplicitBasicColumnNameSource in org.hibernate.boot.model.source.internal.hbm
Classes in org.hibernate.boot.model.source.internal.hbm that implement ImplicitBasicColumnNameSourceModifier and TypeClassDescriptionclass
Descriptor for<key-property/>
class
-
Uses of ImplicitBasicColumnNameSource in org.hibernate.boot.model.source.spi
Subinterfaces of ImplicitBasicColumnNameSource in org.hibernate.boot.model.source.spiModifier and TypeInterfaceDescriptioninterface
Describes the source for the elements of persistent collections (plural attributes) where the elements are basic typesinterface
interface