Uses of Interface
org.hibernate.boot.model.naming.ImplicitBasicColumnNameSource
-
Packages that use ImplicitBasicColumnNameSource 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).org.hibernate.boot.model.source.spi -
-
Uses of ImplicitBasicColumnNameSource in org.hibernate.boot.model.naming
Methods in org.hibernate.boot.model.naming with parameters of type ImplicitBasicColumnNameSource Modifier and Type Method Description IdentifierImplicitNamingStrategy. determineBasicColumnName(ImplicitBasicColumnNameSource source)Determine the name of an attribute's column given the source naming information, when a name is not explicitly given.IdentifierImplicitNamingStrategyJpaCompliantImpl. determineBasicColumnName(ImplicitBasicColumnNameSource source)IdentifierImplicitNamingStrategyLegacyHbmImpl. determineBasicColumnName(ImplicitBasicColumnNameSource source) -
Uses of ImplicitBasicColumnNameSource in org.hibernate.boot.model.source.spi
Subinterfaces of ImplicitBasicColumnNameSource in org.hibernate.boot.model.source.spi Modifier and Type Interface Description interfacePluralAttributeElementSourceBasicDescribes the source for the elements of persistent collections (plural attributes) where the elements are basic typesinterfaceSingularAttributeSourceBasicinterfaceVersionAttributeSource
-